#08032c
a deep, electric blue · warm · closest name: black
RGB
8, 3, 44
HSL
247°, 87%, 9%
CMYK
82, 93, 0, 83
Luminance
0.0030
Every format
| HEX | #08032c |
| RGB | rgb(8, 3, 44) |
| HSL | hsl(247, 87%, 9%) |
| CMYK | cmyk(82%, 93%, 0%, 83%) |
| LAB | lab(2.7 12.4 -23.9) |
| LCH | lch(2.7 26.9 297.5) |
| OKLCH | oklch(0.153 0.080 278.9) |
Copy-ready code
/* CSS */
color: #08032c;
background-color: #08032c;
/* Tailwind (arbitrary) */
class="text-[#08032c] bg-[#08032c]"
/* SCSS */
$brand: #08032c;
/* SwiftUI */
Color(red: 0.031, green: 0.012, blue: 0.173)
/* Android */
Color.parseColor("#08032c")Accessibility — WCAG contrast
Aa
#08032c on white: 19.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08032c on black: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green1.2%
Blue17.3%
CMYK percentages
Cyan81.8%
Magenta93.2%
Yellow0.0%
Key (black)82.7%
Color previews
#08032c text on a black background
contrast 1.06:1
Card sample
#08032c text on a white background
contrast 19.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08032c;
Background color
Panel with #08032c background
background-color: #08032c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08032c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 3, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 3, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08032c; background: linear-gradient(135deg, #08032c, #23032C);