#08051f
a deep, vivid blue · warm · closest name: black
RGB
8, 5, 31
HSL
247°, 72%, 7%
CMYK
74, 84, 0, 88
Luminance
0.0026
Every format
| HEX | #08051f |
| RGB | rgb(8, 5, 31) |
| HSL | hsl(247, 72%, 7%) |
| CMYK | cmyk(74%, 84%, 0%, 88%) |
| LAB | lab(2.3 6.4 -14.4) |
| LCH | lch(2.3 15.7 293.9) |
| OKLCH | oklch(0.142 0.055 283.5) |
Copy-ready code
/* CSS */
color: #08051f;
background-color: #08051f;
/* Tailwind (arbitrary) */
class="text-[#08051f] bg-[#08051f]"
/* SCSS */
$brand: #08051f;
/* SwiftUI */
Color(red: 0.031, green: 0.020, blue: 0.122)
/* Android */
Color.parseColor("#08051f")Accessibility — WCAG contrast
Aa
#08051f on white: 19.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08051f on black: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green2.0%
Blue12.2%
CMYK percentages
Cyan74.2%
Magenta83.9%
Yellow0.0%
Key (black)87.8%
Color previews
#08051f text on a black background
contrast 1.05:1
Card sample
#08051f text on a white background
contrast 19.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08051f;
Background color
Panel with #08051f background
background-color: #08051f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08051f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 5, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 5, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08051f; background: linear-gradient(135deg, #08051f, #19051F);