#09112f
a deep, vivid blue · warm · closest name: black
RGB
9, 17, 47
HSL
227°, 68%, 11%
CMYK
81, 64, 0, 82
Luminance
0.0066
Every format
| HEX | #09112f |
| RGB | rgb(9, 17, 47) |
| HSL | hsl(227, 68%, 11%) |
| CMYK | cmyk(81%, 64%, 0%, 82%) |
| LAB | lab(6.0 8.0 -20.9) |
| LCH | lch(6.0 22.4 290.9) |
| OKLCH | oklch(0.191 0.061 268.7) |
Copy-ready code
/* CSS */
color: #09112f;
background-color: #09112f;
/* Tailwind (arbitrary) */
class="text-[#09112f] bg-[#09112f]"
/* SCSS */
$brand: #09112f;
/* SwiftUI */
Color(red: 0.035, green: 0.067, blue: 0.184)
/* Android */
Color.parseColor("#09112f")Accessibility — WCAG contrast
Aa
#09112f on white: 18.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#09112f on black: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green6.7%
Blue18.4%
CMYK percentages
Cyan80.9%
Magenta63.8%
Yellow0.0%
Key (black)81.6%
Color previews
#09112f text on a black background
contrast 1.13:1
Card sample
#09112f text on a white background
contrast 18.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #09112f;
Background color
Panel with #09112f background
background-color: #09112f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #09112f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 17, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 17, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #09112f; background: linear-gradient(135deg, #09112f, #1A092F);