#001c25
a deep, electric cyan · cool · closest name: black
RGB
0, 28, 37
HSL
195°, 100%, 7%
CMYK
100, 24, 0, 86
Luminance
0.0096
Every format
| HEX | #001c25 |
| RGB | rgb(0, 28, 37) |
| HSL | hsl(195, 100%, 7%) |
| CMYK | cmyk(100%, 24%, 0%, 86%) |
| LAB | lab(8.7 -6.8 -9.3) |
| LCH | lch(8.7 11.5 233.9) |
| OKLCH | oklch(0.210 0.039 222.2) |
Copy-ready code
/* CSS */
color: #001c25;
background-color: #001c25;
/* Tailwind (arbitrary) */
class="text-[#001c25] bg-[#001c25]"
/* SCSS */
$brand: #001c25;
/* SwiftUI */
Color(red: 0.000, green: 0.110, blue: 0.145)
/* Android */
Color.parseColor("#001c25")Accessibility — WCAG contrast
Aa
#001c25 on white: 17.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#001c25 on black: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green11.0%
Blue14.5%
CMYK percentages
Cyan100.0%
Magenta24.3%
Yellow0.0%
Key (black)85.5%
Color previews
#001c25 text on a black background
contrast 1.19:1
Card sample
#001c25 text on a white background
contrast 17.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #001c25;
Background color
Panel with #001c25 background
background-color: #001c25;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #001c25;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 28, 37, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 28, 37, 0.45);
Border & gradient
Gradient panel
border: 3px solid #001c25; background: linear-gradient(135deg, #001c25, #000325);