#091cdf
a balanced, electric blue · warm · closest name: blue
RGB
9, 28, 223
HSL
235°, 92%, 46%
CMYK
96, 87, 0, 13
Luminance
0.0622
Every format
| HEX | #091cdf |
| RGB | rgb(9, 28, 223) |
| HSL | hsl(235, 92%, 46%) |
| CMYK | cmyk(96%, 87%, 0%, 13%) |
| LAB | lab(29.9 65.0 -93.6) |
| LCH | lch(29.9 114.0 304.8) |
| OKLCH | oklch(0.424 0.272 264.9) |
Copy-ready code
/* CSS */
color: #091cdf;
background-color: #091cdf;
/* Tailwind (arbitrary) */
class="text-[#091cdf] bg-[#091cdf]"
/* SCSS */
$brand: #091cdf;
/* SwiftUI */
Color(red: 0.035, green: 0.110, blue: 0.875)
/* Android */
Color.parseColor("#091cdf")Accessibility — WCAG contrast
Aa
#091cdf on white: 9.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#091cdf on black: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green11.0%
Blue87.5%
CMYK percentages
Cyan96.0%
Magenta87.4%
Yellow0.0%
Key (black)12.5%
Color previews
#091cdf text on a black background
contrast 2.24:1
Card sample
#091cdf text on a white background
contrast 9.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #091cdf;
Background color
Panel with #091cdf background
background-color: #091cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #091cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 28, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 28, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #091cdf; background: linear-gradient(135deg, #091cdf, #8509DF);