#04ebdf
a balanced, electric cyan · cool · closest name: turquoise
RGB
4, 235, 223
HSL
177°, 97%, 47%
CMYK
98, 0, 5, 8
Luminance
0.6477
Every format
| HEX | #04ebdf |
| RGB | rgb(4, 235, 223) |
| HSL | hsl(177, 97%, 47%) |
| CMYK | cmyk(98%, 0%, 5%, 8%) |
| LAB | lab(84.4 -48.5 -7.5) |
| LCH | lch(84.4 49.1 188.7) |
| OKLCH | oklch(0.847 0.147 188.2) |
Copy-ready code
/* CSS */
color: #04ebdf;
background-color: #04ebdf;
/* Tailwind (arbitrary) */
class="text-[#04ebdf] bg-[#04ebdf]"
/* SCSS */
$brand: #04ebdf;
/* SwiftUI */
Color(red: 0.016, green: 0.922, blue: 0.875)
/* Android */
Color.parseColor("#04ebdf")Accessibility — WCAG contrast
Aa
#04ebdf on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#04ebdf on black: 13.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green92.2%
Blue87.5%
CMYK percentages
Cyan98.3%
Magenta0.0%
Yellow5.1%
Key (black)7.8%
Color previews
#04ebdf text on a black background
contrast 13.95:1
Card sample
#04ebdf text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #04ebdf;
Background color
Panel with #04ebdf background
background-color: #04ebdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #04ebdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 235, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 235, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #04ebdf; background: linear-gradient(135deg, #04ebdf, #045DEB);