Bluebonnet
#1c1cf0
Looking for the precise values behind Bluebonnet (#1c1cf0)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #1c1cf0 | |
|---|---|---|
| RGB | rgb(28, 28, 240) | |
| HSL | hsl(240, 88%, 53%) | |
| CMYK | cmyk(88%, 88%, 0%, 6%) | |
| LAB | lab(30, 59, -102) | |
| OKLCH | oklch(0.45 0.286 267) |
Color harmonies
Tints & shades
Code snippets
color: #1c1cf0;
background-color: #1c1cf0;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-indigo-500 /* ≈ #615fff */
/* Flutter */
Color(0xFF1C1CF0)
/* Swift / UIKit */
UIColor(red: 0.11, green: 0.11, blue: 0.94, alpha: 1.0)