#08052c
a deep, electric blue · warm · closest name: black
RGB
8, 5, 44
HSL
245°, 80%, 10%
CMYK
82, 89, 0, 83
Luminance
0.0034
Every format
| HEX | #08052c |
| RGB | rgb(8, 5, 44) |
| HSL | hsl(245, 80%, 10%) |
| CMYK | cmyk(82%, 89%, 0%, 83%) |
| LAB | lab(3.1 11.6 -23.3) |
| LCH | lch(3.1 26.0 296.5) |
| OKLCH | oklch(0.158 0.076 277.6) |
Copy-ready code
/* CSS */
color: #08052c;
background-color: #08052c;
/* Tailwind (arbitrary) */
class="text-[#08052c] bg-[#08052c]"
/* SCSS */
$brand: #08052c;
/* SwiftUI */
Color(red: 0.031, green: 0.020, blue: 0.173)
/* Android */
Color.parseColor("#08052c")Accessibility — WCAG contrast
Aa
#08052c on white: 19.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08052c on black: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green2.0%
Blue17.3%
CMYK percentages
Cyan81.8%
Magenta88.6%
Yellow0.0%
Key (black)82.7%
Color previews
#08052c text on a black background
contrast 1.07:1
Card sample
#08052c text on a white background
contrast 19.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08052c;
Background color
Panel with #08052c background
background-color: #08052c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08052c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 5, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 5, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08052c; background: linear-gradient(135deg, #08052c, #22052C);