#04eccf
a balanced, electric cyan · cool · closest name: turquoise
RGB
4, 236, 207
HSL
173°, 97%, 47%
CMYK
98, 0, 12, 8
Luminance
0.6452
Every format
| HEX | #04eccf |
| RGB | rgb(4, 236, 207) |
| HSL | hsl(173, 97%, 47%) |
| CMYK | cmyk(98%, 0%, 12%, 8%) |
| LAB | lab(84.2 -53.3 0.8) |
| LCH | lch(84.2 53.3 179.2) |
| OKLCH | oklch(0.845 0.153 179.5) |
Copy-ready code
/* CSS */
color: #04eccf;
background-color: #04eccf;
/* Tailwind (arbitrary) */
class="text-[#04eccf] bg-[#04eccf]"
/* SCSS */
$brand: #04eccf;
/* SwiftUI */
Color(red: 0.016, green: 0.925, blue: 0.812)
/* Android */
Color.parseColor("#04eccf")Accessibility — WCAG contrast
Aa
#04eccf on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#04eccf on black: 13.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green92.5%
Blue81.2%
CMYK percentages
Cyan98.3%
Magenta0.0%
Yellow12.3%
Key (black)7.5%
Color previews
#04eccf text on a black background
contrast 13.90:1
Card sample
#04eccf text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #04eccf;
Background color
Panel with #04eccf background
background-color: #04eccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #04eccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 236, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 236, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #04eccf; background: linear-gradient(135deg, #04eccf, #046EEC);