#08082c
a deep, vivid blue · warm · closest name: black
RGB
8, 8, 44
HSL
240°, 69%, 10%
CMYK
82, 82, 0, 83
Luminance
0.0041
Every format
| HEX | #08082c |
| RGB | rgb(8, 8, 44) |
| HSL | hsl(240, 69%, 10%) |
| CMYK | cmyk(82%, 82%, 0%, 83%) |
| LAB | lab(3.7 10.4 -22.4) |
| LCH | lch(3.7 24.7 295.0) |
| OKLCH | oklch(0.166 0.071 275.5) |
Copy-ready code
/* CSS */
color: #08082c;
background-color: #08082c;
/* Tailwind (arbitrary) */
class="text-[#08082c] bg-[#08082c]"
/* SCSS */
$brand: #08082c;
/* SwiftUI */
Color(red: 0.031, green: 0.031, blue: 0.173)
/* Android */
Color.parseColor("#08082c")Accessibility — WCAG contrast
Aa
#08082c on white: 19.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08082c on black: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green3.1%
Blue17.3%
CMYK percentages
Cyan81.8%
Magenta81.8%
Yellow0.0%
Key (black)82.7%
Color previews
#08082c text on a black background
contrast 1.08:1
Card sample
#08082c text on a white background
contrast 19.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08082c;
Background color
Panel with #08082c background
background-color: #08082c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08082c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 8, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 8, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08082c; background: linear-gradient(135deg, #08082c, #20082C);