#04fccc
a balanced, electric cyan · cool · closest name: aquamarine
RGB
4, 252, 204
HSL
168°, 98%, 50%
CMYK
98, 0, 19, 1
Luminance
0.7401
Every format
| HEX | #04fccc |
| RGB | rgb(4, 252, 204) |
| HSL | hsl(168, 98%, 50%) |
| CMYK | cmyk(98%, 0%, 19%, 1%) |
| LAB | lab(88.9 -60.4 9.1) |
| LCH | lch(88.9 61.1 171.4) |
| OKLCH | oklch(0.883 0.171 172.2) |
Copy-ready code
/* CSS */
color: #04fccc;
background-color: #04fccc;
/* Tailwind (arbitrary) */
class="text-[#04fccc] bg-[#04fccc]"
/* SCSS */
$brand: #04fccc;
/* SwiftUI */
Color(red: 0.016, green: 0.988, blue: 0.800)
/* Android */
Color.parseColor("#04fccc")Accessibility — WCAG contrast
Aa
#04fccc on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#04fccc on black: 15.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green98.8%
Blue80.0%
CMYK percentages
Cyan98.4%
Magenta0.0%
Yellow19.0%
Key (black)1.2%
Color previews
#04fccc text on a black background
contrast 15.80:1
Card sample
#04fccc text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #04fccc;
Background color
Panel with #04fccc background
background-color: #04fccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #04fccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 252, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 252, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #04fccc; background: linear-gradient(135deg, #04fccc, #0487FC);