#08092f
a deep, vivid blue · warm · closest name: black
RGB
8, 9, 47
HSL
239°, 71%, 11%
CMYK
83, 81, 0, 82
Luminance
0.0045
Every format
| HEX | #08092f |
| RGB | rgb(8, 9, 47) |
| HSL | hsl(239, 71%, 11%) |
| CMYK | cmyk(83%, 81%, 0%, 82%) |
| LAB | lab(4.1 11.5 -24.0) |
| LCH | lch(4.1 26.6 295.6) |
| OKLCH | oklch(0.172 0.074 274.1) |
Copy-ready code
/* CSS */
color: #08092f;
background-color: #08092f;
/* Tailwind (arbitrary) */
class="text-[#08092f] bg-[#08092f]"
/* SCSS */
$brand: #08092f;
/* SwiftUI */
Color(red: 0.031, green: 0.035, blue: 0.184)
/* Android */
Color.parseColor("#08092f")Accessibility — WCAG contrast
Aa
#08092f on white: 19.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08092f on black: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green3.5%
Blue18.4%
CMYK percentages
Cyan83.0%
Magenta80.9%
Yellow0.0%
Key (black)81.6%
Color previews
#08092f text on a black background
contrast 1.09:1
Card sample
#08092f text on a white background
contrast 19.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08092f;
Background color
Panel with #08092f background
background-color: #08092f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08092f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 9, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 9, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08092f; background: linear-gradient(135deg, #08092f, #21082F);