#001825
a deep, electric blue · cool · closest name: black
RGB
0, 24, 37
HSL
201°, 100%, 7%
CMYK
100, 35, 0, 86
Luminance
0.0079
Every format
| HEX | #001825 |
| RGB | rgb(0, 24, 37) |
| HSL | hsl(201, 100%, 7%) |
| CMYK | cmyk(100%, 35%, 0%, 86%) |
| LAB | lab(7.1 -3.6 -11.7) |
| LCH | lch(7.1 12.3 253.0) |
| OKLCH | oklch(0.197 0.041 234.1) |
Copy-ready code
/* CSS */
color: #001825;
background-color: #001825;
/* Tailwind (arbitrary) */
class="text-[#001825] bg-[#001825]"
/* SCSS */
$brand: #001825;
/* SwiftUI */
Color(red: 0.000, green: 0.094, blue: 0.145)
/* Android */
Color.parseColor("#001825")Accessibility — WCAG contrast
Aa
#001825 on white: 18.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#001825 on black: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green9.4%
Blue14.5%
CMYK percentages
Cyan100.0%
Magenta35.1%
Yellow0.0%
Key (black)85.5%
Color previews
#001825 text on a black background
contrast 1.16:1
Card sample
#001825 text on a white background
contrast 18.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #001825;
Background color
Panel with #001825 background
background-color: #001825;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #001825;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 24, 37, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 24, 37, 0.45);
Border & gradient
Gradient panel
border: 3px solid #001825; background: linear-gradient(135deg, #001825, #010025);