#4cffce
a balanced, electric cyan · cool · closest name: aquamarine
RGB
76, 255, 206
HSL
164°, 100%, 65%
CMYK
70, 0, 19, 0
Luminance
0.7751
Every format
| HEX | #4cffce |
| RGB | rgb(76, 255, 206) |
| HSL | hsl(164, 100%, 65%) |
| CMYK | cmyk(70%, 0%, 19%, 0%) |
| LAB | lab(90.5 -56.0 10.5) |
| LCH | lch(90.5 57.0 169.4) |
| OKLCH | oklch(0.899 0.159 170.3) |
Copy-ready code
/* CSS */
color: #4cffce;
background-color: #4cffce;
/* Tailwind (arbitrary) */
class="text-[#4cffce] bg-[#4cffce]"
/* SCSS */
$brand: #4cffce;
/* SwiftUI */
Color(red: 0.298, green: 1.000, blue: 0.808)
/* Android */
Color.parseColor("#4cffce")Accessibility — WCAG contrast
Aa
#4cffce on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cffce on black: 16.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green100.0%
Blue80.8%
CMYK percentages
Cyan70.2%
Magenta0.0%
Yellow19.2%
Key (black)0.0%
Color previews
#4cffce text on a black background
contrast 16.50:1
Card sample
#4cffce text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cffce;
Background color
Panel with #4cffce background
background-color: #4cffce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cffce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 255, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 255, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cffce; background: linear-gradient(135deg, #4cffce, #4CB9FF);