#4ffcd2
a balanced, electric cyan · cool · closest name: aquamarine
RGB
79, 252, 210
HSL
165°, 97%, 65%
CMYK
69, 0, 17, 1
Luminance
0.7594
Every format
| HEX | #4ffcd2 |
| RGB | rgb(79, 252, 210) |
| HSL | hsl(165, 97%, 65%) |
| CMYK | cmyk(69%, 0%, 17%, 1%) |
| LAB | lab(89.8 -53.4 7.4) |
| LCH | lch(89.8 54.0 172.1) |
| OKLCH | oklch(0.893 0.152 172.9) |
Copy-ready code
/* CSS */
color: #4ffcd2;
background-color: #4ffcd2;
/* Tailwind (arbitrary) */
class="text-[#4ffcd2] bg-[#4ffcd2]"
/* SCSS */
$brand: #4ffcd2;
/* SwiftUI */
Color(red: 0.310, green: 0.988, blue: 0.824)
/* Android */
Color.parseColor("#4ffcd2")Accessibility — WCAG contrast
Aa
#4ffcd2 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ffcd2 on black: 16.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green98.8%
Blue82.4%
CMYK percentages
Cyan68.7%
Magenta0.0%
Yellow16.7%
Key (black)1.2%
Color previews
#4ffcd2 text on a black background
contrast 16.19:1
Card sample
#4ffcd2 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ffcd2;
Background color
Panel with #4ffcd2 background
background-color: #4ffcd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ffcd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 252, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 252, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ffcd2; background: linear-gradient(135deg, #4ffcd2, #4FB3FC);