#021925
a deep, electric blue · cool · closest name: black
RGB
2, 25, 37
HSL
201°, 90%, 8%
CMYK
95, 32, 0, 86
Luminance
0.0084
Every format
| HEX | #021925 |
| RGB | rgb(2, 25, 37) |
| HSL | hsl(201, 90%, 8%) |
| CMYK | cmyk(95%, 32%, 0%, 86%) |
| LAB | lab(7.6 -3.8 -10.9) |
| LCH | lch(7.6 11.6 250.7) |
| OKLCH | oklch(0.202 0.038 233.6) |
Copy-ready code
/* CSS */
color: #021925;
background-color: #021925;
/* Tailwind (arbitrary) */
class="text-[#021925] bg-[#021925]"
/* SCSS */
$brand: #021925;
/* SwiftUI */
Color(red: 0.008, green: 0.098, blue: 0.145)
/* Android */
Color.parseColor("#021925")Accessibility — WCAG contrast
Aa
#021925 on white: 17.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#021925 on black: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green9.8%
Blue14.5%
CMYK percentages
Cyan94.6%
Magenta32.4%
Yellow0.0%
Key (black)85.5%
Color previews
#021925 text on a black background
contrast 1.17:1
Card sample
#021925 text on a white background
contrast 17.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #021925;
Background color
Panel with #021925 background
background-color: #021925;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #021925;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 25, 37, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 25, 37, 0.45);
Border & gradient
Gradient panel
border: 3px solid #021925; background: linear-gradient(135deg, #021925, #020225);