#04261f
a deep, electric cyan · cool · closest name: black
RGB
4, 38, 31
HSL
168°, 81%, 8%
CMYK
90, 0, 18, 85
Luminance
0.0151
Every format
| HEX | #04261f |
| RGB | rgb(4, 38, 31) |
| HSL | hsl(168, 81%, 8%) |
| CMYK | cmyk(90%, 0%, 18%, 85%) |
| LAB | lab(12.7 -14.4 1.1) |
| LCH | lch(12.7 14.4 175.6) |
| OKLCH | oklch(0.242 0.041 176.2) |
Copy-ready code
/* CSS */
color: #04261f;
background-color: #04261f;
/* Tailwind (arbitrary) */
class="text-[#04261f] bg-[#04261f]"
/* SCSS */
$brand: #04261f;
/* SwiftUI */
Color(red: 0.016, green: 0.149, blue: 0.122)
/* Android */
Color.parseColor("#04261f")Accessibility — WCAG contrast
Aa
#04261f on white: 16.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#04261f on black: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green14.9%
Blue12.2%
CMYK percentages
Cyan89.5%
Magenta0.0%
Yellow18.4%
Key (black)85.1%
Color previews
#04261f text on a black background
contrast 1.30:1
Card sample
#04261f text on a white background
contrast 16.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #04261f;
Background color
Panel with #04261f background
background-color: #04261f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #04261f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 38, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 38, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #04261f; background: linear-gradient(135deg, #04261f, #041626);