#080425
a deep, electric blue · warm · closest name: black
RGB
8, 4, 37
HSL
247°, 81%, 8%
CMYK
78, 89, 0, 86
Luminance
0.0027
Every format
| HEX | #080425 |
| RGB | rgb(8, 4, 37) |
| HSL | hsl(247, 81%, 8%) |
| CMYK | cmyk(78%, 89%, 0%, 86%) |
| LAB | lab(2.5 9.0 -18.9) |
| LCH | lch(2.5 20.9 295.4) |
| OKLCH | oklch(0.146 0.067 281.4) |
Copy-ready code
/* CSS */
color: #080425;
background-color: #080425;
/* Tailwind (arbitrary) */
class="text-[#080425] bg-[#080425]"
/* SCSS */
$brand: #080425;
/* SwiftUI */
Color(red: 0.031, green: 0.016, blue: 0.145)
/* Android */
Color.parseColor("#080425")Accessibility — WCAG contrast
Aa
#080425 on white: 19.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080425 on black: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green1.6%
Blue14.5%
CMYK percentages
Cyan78.4%
Magenta89.2%
Yellow0.0%
Key (black)85.5%
Color previews
#080425 text on a black background
contrast 1.05:1
Card sample
#080425 text on a white background
contrast 19.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080425;
Background color
Panel with #080425 background
background-color: #080425;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080425;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 4, 37, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 4, 37, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080425; background: linear-gradient(135deg, #080425, #1E0425);