#04eddf
a balanced, electric cyan · cool · closest name: turquoise
RGB
4, 237, 223
HSL
176°, 97%, 47%
CMYK
98, 0, 6, 7
Luminance
0.6592
Every format
| HEX | #04eddf |
| RGB | rgb(4, 237, 223) |
| HSL | hsl(176, 97%, 47%) |
| CMYK | cmyk(98%, 0%, 6%, 7%) |
| LAB | lab(85.0 -49.4 -6.6) |
| LCH | lch(85.0 49.8 187.6) |
| OKLCH | oklch(0.852 0.148 187.2) |
Copy-ready code
/* CSS */
color: #04eddf;
background-color: #04eddf;
/* Tailwind (arbitrary) */
class="text-[#04eddf] bg-[#04eddf]"
/* SCSS */
$brand: #04eddf;
/* SwiftUI */
Color(red: 0.016, green: 0.929, blue: 0.875)
/* Android */
Color.parseColor("#04eddf")Accessibility — WCAG contrast
Aa
#04eddf on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#04eddf on black: 14.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green92.9%
Blue87.5%
CMYK percentages
Cyan98.3%
Magenta0.0%
Yellow5.9%
Key (black)7.1%
Color previews
#04eddf text on a black background
contrast 14.18:1
Card sample
#04eddf text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #04eddf;
Background color
Panel with #04eddf background
background-color: #04eddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #04eddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 237, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 237, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #04eddf; background: linear-gradient(135deg, #04eddf, #0460ED);