#091155
a deep, electric blue · warm · closest name: midnightblue
RGB
9, 17, 85
HSL
234°, 81%, 18%
CMYK
89, 80, 0, 67
Luminance
0.0111
Every format
| HEX | #091155 |
| RGB | rgb(9, 17, 85) |
| HSL | hsl(234, 81%, 18%) |
| CMYK | cmyk(89%, 80%, 0%, 67%) |
| LAB | lab(9.9 25.2 -41.5) |
| LCH | lch(9.9 48.6 301.3) |
| OKLCH | oklch(0.234 0.120 268.3) |
Copy-ready code
/* CSS */
color: #091155;
background-color: #091155;
/* Tailwind (arbitrary) */
class="text-[#091155] bg-[#091155]"
/* SCSS */
$brand: #091155;
/* SwiftUI */
Color(red: 0.035, green: 0.067, blue: 0.333)
/* Android */
Color.parseColor("#091155")Accessibility — WCAG contrast
Aa
#091155 on white: 17.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#091155 on black: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green6.7%
Blue33.3%
CMYK percentages
Cyan89.4%
Magenta80.0%
Yellow0.0%
Key (black)66.7%
Color previews
#091155 text on a black background
contrast 1.22:1
Card sample
#091155 text on a white background
contrast 17.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #091155;
Background color
Panel with #091155 background
background-color: #091155;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #091155;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 17, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 17, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #091155; background: linear-gradient(135deg, #091155, #340955);