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