#08112b
a deep, vivid blue · cool · closest name: black
RGB
8, 17, 43
HSL
225°, 69%, 10%
CMYK
81, 61, 0, 83
Luminance
0.0063
Every format
| HEX | #08112b |
| RGB | rgb(8, 17, 43) |
| HSL | hsl(225, 69%, 10%) |
| CMYK | cmyk(81%, 61%, 0%, 83%) |
| LAB | lab(5.7 5.8 -18.5) |
| LCH | lch(5.7 19.4 287.3) |
| OKLCH | oklch(0.187 0.054 266.6) |
Copy-ready code
/* CSS */
color: #08112b;
background-color: #08112b;
/* Tailwind (arbitrary) */
class="text-[#08112b] bg-[#08112b]"
/* SCSS */
$brand: #08112b;
/* SwiftUI */
Color(red: 0.031, green: 0.067, blue: 0.169)
/* Android */
Color.parseColor("#08112b")Accessibility — WCAG contrast
Aa
#08112b on white: 18.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08112b on black: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green6.7%
Blue16.9%
CMYK percentages
Cyan81.4%
Magenta60.5%
Yellow0.0%
Key (black)83.1%
Color previews
#08112b text on a black background
contrast 1.13:1
Card sample
#08112b text on a white background
contrast 18.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08112b;
Background color
Panel with #08112b background
background-color: #08112b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08112b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 17, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 17, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08112b; background: linear-gradient(135deg, #08112b, #16082B);