#4cf8da
a balanced, electric cyan · cool · closest name: aquamarine
RGB
76, 248, 218
HSL
170°, 93%, 64%
CMYK
69, 0, 12, 3
Luminance
0.7373
Every format
| HEX | #4cf8da |
| RGB | rgb(76, 248, 218) |
| HSL | hsl(170, 93%, 64%) |
| CMYK | cmyk(69%, 0%, 12%, 3%) |
| LAB | lab(88.8 -50.2 1.8) |
| LCH | lch(88.8 50.3 178.0) |
| OKLCH | oklch(0.885 0.144 178.5) |
Copy-ready code
/* CSS */
color: #4cf8da;
background-color: #4cf8da;
/* Tailwind (arbitrary) */
class="text-[#4cf8da] bg-[#4cf8da]"
/* SCSS */
$brand: #4cf8da;
/* SwiftUI */
Color(red: 0.298, green: 0.973, blue: 0.855)
/* Android */
Color.parseColor("#4cf8da")Accessibility — WCAG contrast
Aa
#4cf8da on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cf8da on black: 15.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green97.3%
Blue85.5%
CMYK percentages
Cyan69.4%
Magenta0.0%
Yellow12.1%
Key (black)2.7%
Color previews
#4cf8da text on a black background
contrast 15.75:1
Card sample
#4cf8da text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cf8da;
Background color
Panel with #4cf8da background
background-color: #4cf8da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cf8da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 248, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 248, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cf8da; background: linear-gradient(135deg, #4cf8da, #4CA3F8);