#08122f
a deep, vivid blue · cool · closest name: black
RGB
8, 18, 47
HSL
225°, 71%, 11%
CMYK
83, 62, 0, 82
Luminance
0.0069
Every format
| HEX | #08122f |
| RGB | rgb(8, 18, 47) |
| HSL | hsl(225, 71%, 11%) |
| CMYK | cmyk(83%, 62%, 0%, 82%) |
| LAB | lab(6.2 7.1 -20.6) |
| LCH | lch(6.2 21.8 289.1) |
| OKLCH | oklch(0.193 0.060 266.4) |
Copy-ready code
/* CSS */
color: #08122f;
background-color: #08122f;
/* Tailwind (arbitrary) */
class="text-[#08122f] bg-[#08122f]"
/* SCSS */
$brand: #08122f;
/* SwiftUI */
Color(red: 0.031, green: 0.071, blue: 0.184)
/* Android */
Color.parseColor("#08122f")Accessibility — WCAG contrast
Aa
#08122f on white: 18.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08122f on black: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green7.1%
Blue18.4%
CMYK percentages
Cyan83.0%
Magenta61.7%
Yellow0.0%
Key (black)81.6%
Color previews
#08122f text on a black background
contrast 1.14:1
Card sample
#08122f text on a white background
contrast 18.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08122f;
Background color
Panel with #08122f background
background-color: #08122f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08122f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 18, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 18, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08122f; background: linear-gradient(135deg, #08122f, #18082F);