#08092b
a deep, vivid blue · warm · closest name: black
RGB
8, 9, 43
HSL
238°, 69%, 10%
CMYK
81, 79, 0, 83
Luminance
0.0042
Every format
| HEX | #08092b |
| RGB | rgb(8, 9, 43) |
| HSL | hsl(238, 69%, 10%) |
| CMYK | cmyk(81%, 79%, 0%, 83%) |
| LAB | lab(3.8 9.6 -21.4) |
| LCH | lch(3.8 23.4 294.0) |
| OKLCH | oklch(0.167 0.067 274.9) |
Copy-ready code
/* CSS */
color: #08092b;
background-color: #08092b;
/* Tailwind (arbitrary) */
class="text-[#08092b] bg-[#08092b]"
/* SCSS */
$brand: #08092b;
/* SwiftUI */
Color(red: 0.031, green: 0.035, blue: 0.169)
/* Android */
Color.parseColor("#08092b")Accessibility — WCAG contrast
Aa
#08092b on white: 19.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08092b on black: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green3.5%
Blue16.9%
CMYK percentages
Cyan81.4%
Magenta79.1%
Yellow0.0%
Key (black)83.1%
Color previews
#08092b text on a black background
contrast 1.08:1
Card sample
#08092b text on a white background
contrast 19.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08092b;
Background color
Panel with #08092b background
background-color: #08092b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08092b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 9, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 9, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08092b; background: linear-gradient(135deg, #08092b, #1E082B);