#08032b
a deep, electric blue · warm · closest name: black
RGB
8, 3, 43
HSL
248°, 87%, 9%
CMYK
81, 93, 0, 83
Luminance
0.0029
Every format
| HEX | #08032b |
| RGB | rgb(8, 3, 43) |
| HSL | hsl(248, 87%, 9%) |
| CMYK | cmyk(81%, 93%, 0%, 83%) |
| LAB | lab(2.6 12.0 -23.3) |
| LCH | lch(2.6 26.1 297.2) |
| OKLCH | oklch(0.151 0.079 279.3) |
Copy-ready code
/* CSS */
color: #08032b;
background-color: #08032b;
/* Tailwind (arbitrary) */
class="text-[#08032b] bg-[#08032b]"
/* SCSS */
$brand: #08032b;
/* SwiftUI */
Color(red: 0.031, green: 0.012, blue: 0.169)
/* Android */
Color.parseColor("#08032b")Accessibility — WCAG contrast
Aa
#08032b on white: 19.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08032b on black: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green1.2%
Blue16.9%
CMYK percentages
Cyan81.4%
Magenta93.0%
Yellow0.0%
Key (black)83.1%
Color previews
#08032b text on a black background
contrast 1.06:1
Card sample
#08032b text on a white background
contrast 19.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08032b;
Background color
Panel with #08032b background
background-color: #08032b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08032b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 3, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 3, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08032b; background: linear-gradient(135deg, #08032b, #23032B);