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