#080325
a deep, electric blue · warm · closest name: black
RGB
8, 3, 37
HSL
249°, 85%, 8%
CMYK
78, 92, 0, 86
Luminance
0.0025
Every format
| HEX | #080325 |
| RGB | rgb(8, 3, 37) |
| HSL | hsl(249, 85%, 8%) |
| CMYK | cmyk(78%, 92%, 0%, 86%) |
| LAB | lab(2.3 9.4 -19.2) |
| LCH | lch(2.3 21.4 296.0) |
| OKLCH | oklch(0.143 0.070 282.4) |
Copy-ready code
/* CSS */
color: #080325;
background-color: #080325;
/* Tailwind (arbitrary) */
class="text-[#080325] bg-[#080325]"
/* SCSS */
$brand: #080325;
/* SwiftUI */
Color(red: 0.031, green: 0.012, blue: 0.145)
/* Android */
Color.parseColor("#080325")Accessibility — WCAG contrast
Aa
#080325 on white: 20.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080325 on black: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green1.2%
Blue14.5%
CMYK percentages
Cyan78.4%
Magenta91.9%
Yellow0.0%
Key (black)85.5%
Color previews
#080325 text on a black background
contrast 1.05:1
Card sample
#080325 text on a white background
contrast 20.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080325;
Background color
Panel with #080325 background
background-color: #080325;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080325;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 3, 37, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 3, 37, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080325; background: linear-gradient(135deg, #080325, #1E0325);