#091f34
a deep, vivid blue · cool · closest name: black
RGB
9, 31, 52
HSL
209°, 71%, 12%
CMYK
83, 40, 0, 80
Luminance
0.0129
Every format
| HEX | #091f34 |
| RGB | rgb(9, 31, 52) |
| HSL | hsl(209, 71%, 12%) |
| CMYK | cmyk(83%, 40%, 0%, 80%) |
| LAB | lab(11.2 0.0 -16.3) |
| LCH | lch(11.2 16.3 270.0) |
| OKLCH | oklch(0.234 0.049 249.8) |
Copy-ready code
/* CSS */
color: #091f34;
background-color: #091f34;
/* Tailwind (arbitrary) */
class="text-[#091f34] bg-[#091f34]"
/* SCSS */
$brand: #091f34;
/* SwiftUI */
Color(red: 0.035, green: 0.122, blue: 0.204)
/* Android */
Color.parseColor("#091f34")Accessibility — WCAG contrast
Aa
#091f34 on white: 16.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#091f34 on black: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green12.2%
Blue20.4%
CMYK percentages
Cyan82.7%
Magenta40.4%
Yellow0.0%
Key (black)79.6%
Color previews
#091f34 text on a black background
contrast 1.26:1
Card sample
#091f34 text on a white background
contrast 16.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #091f34;
Background color
Panel with #091f34 background
background-color: #091f34;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #091f34;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 31, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 31, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #091f34; background: linear-gradient(135deg, #091f34, #100934);