#08032d
a deep, electric blue · warm · closest name: black
RGB
8, 3, 45
HSL
247°, 88%, 9%
CMYK
82, 93, 0, 82
Luminance
0.0031
Every format
| HEX | #08032d |
| RGB | rgb(8, 3, 45) |
| HSL | hsl(247, 88%, 9%) |
| CMYK | cmyk(82%, 93%, 0%, 82%) |
| LAB | lab(2.8 12.9 -24.6) |
| LCH | lch(2.8 27.8 297.7) |
| OKLCH | oklch(0.154 0.081 278.5) |
Copy-ready code
/* CSS */
color: #08032d;
background-color: #08032d;
/* Tailwind (arbitrary) */
class="text-[#08032d] bg-[#08032d]"
/* SCSS */
$brand: #08032d;
/* SwiftUI */
Color(red: 0.031, green: 0.012, blue: 0.176)
/* Android */
Color.parseColor("#08032d")Accessibility — WCAG contrast
Aa
#08032d on white: 19.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08032d on black: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green1.2%
Blue17.6%
CMYK percentages
Cyan82.2%
Magenta93.3%
Yellow0.0%
Key (black)82.4%
Color previews
#08032d text on a black background
contrast 1.06:1
Card sample
#08032d text on a white background
contrast 19.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08032d;
Background color
Panel with #08032d background
background-color: #08032d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08032d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 3, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 3, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08032d; background: linear-gradient(135deg, #08032d, #24032D);