#04ebad
a balanced, electric cyan · cool · closest name: aquamarine
RGB
4, 235, 173
HSL
164°, 97%, 47%
CMYK
98, 0, 26, 8
Luminance
0.6246
Every format
| HEX | #04ebad |
| RGB | rgb(4, 235, 173) |
| HSL | hsl(164, 97%, 47%) |
| CMYK | cmyk(98%, 0%, 26%, 8%) |
| LAB | lab(83.2 -61.3 17.1) |
| LCH | lch(83.2 63.7 164.5) |
| OKLCH | oklch(0.833 0.174 165.5) |
Copy-ready code
/* CSS */
color: #04ebad;
background-color: #04ebad;
/* Tailwind (arbitrary) */
class="text-[#04ebad] bg-[#04ebad]"
/* SCSS */
$brand: #04ebad;
/* SwiftUI */
Color(red: 0.016, green: 0.922, blue: 0.678)
/* Android */
Color.parseColor("#04ebad")Accessibility — WCAG contrast
Aa
#04ebad on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#04ebad on black: 13.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green92.2%
Blue67.8%
CMYK percentages
Cyan98.3%
Magenta0.0%
Yellow26.4%
Key (black)7.8%
Color previews
#04ebad text on a black background
contrast 13.49:1
Card sample
#04ebad text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #04ebad;
Background color
Panel with #04ebad background
background-color: #04ebad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #04ebad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 235, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 235, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #04ebad; background: linear-gradient(135deg, #04ebad, #048FEB);