#08052b
a deep, electric blue · warm · closest name: black
RGB
8, 5, 43
HSL
245°, 79%, 9%
CMYK
81, 88, 0, 83
Luminance
0.0033
Every format
| HEX | #08052b |
| RGB | rgb(8, 5, 43) |
| HSL | hsl(245, 79%, 9%) |
| CMYK | cmyk(81%, 88%, 0%, 83%) |
| LAB | lab(3.0 11.2 -22.6) |
| LCH | lch(3.0 25.2 296.2) |
| OKLCH | oklch(0.157 0.074 277.9) |
Copy-ready code
/* CSS */
color: #08052b;
background-color: #08052b;
/* Tailwind (arbitrary) */
class="text-[#08052b] bg-[#08052b]"
/* SCSS */
$brand: #08052b;
/* SwiftUI */
Color(red: 0.031, green: 0.020, blue: 0.169)
/* Android */
Color.parseColor("#08052b")Accessibility — WCAG contrast
Aa
#08052b on white: 19.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08052b on black: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green2.0%
Blue16.9%
CMYK percentages
Cyan81.4%
Magenta88.4%
Yellow0.0%
Key (black)83.1%
Color previews
#08052b text on a black background
contrast 1.07:1
Card sample
#08052b text on a white background
contrast 19.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08052b;
Background color
Panel with #08052b background
background-color: #08052b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08052b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 5, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 5, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08052b; background: linear-gradient(135deg, #08052b, #21052B);