#08031f
a deep, electric blue · warm · closest name: black
RGB
8, 3, 31
HSL
251°, 82%, 7%
CMYK
74, 90, 0, 88
Luminance
0.0022
Every format
| HEX | #08031f |
| RGB | rgb(8, 3, 31) |
| HSL | hsl(251, 82%, 7%) |
| CMYK | cmyk(74%, 90%, 0%, 88%) |
| LAB | lab(1.9 7.2 -15.0) |
| LCH | lch(1.9 16.6 295.6) |
| OKLCH | oklch(0.136 0.060 286.3) |
Copy-ready code
/* CSS */
color: #08031f;
background-color: #08031f;
/* Tailwind (arbitrary) */
class="text-[#08031f] bg-[#08031f]"
/* SCSS */
$brand: #08031f;
/* SwiftUI */
Color(red: 0.031, green: 0.012, blue: 0.122)
/* Android */
Color.parseColor("#08031f")Accessibility — WCAG contrast
Aa
#08031f on white: 20.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08031f on black: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green1.2%
Blue12.2%
CMYK percentages
Cyan74.2%
Magenta90.3%
Yellow0.0%
Key (black)87.8%
Color previews
#08031f text on a black background
contrast 1.04:1
Card sample
#08031f text on a white background
contrast 20.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08031f;
Background color
Panel with #08031f background
background-color: #08031f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08031f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 3, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 3, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08031f; background: linear-gradient(135deg, #08031f, #1B031F);