#4afccf
a balanced, electric cyan · cool · closest name: aquamarine
RGB
74, 252, 207
HSL
165°, 97%, 64%
CMYK
71, 0, 18, 1
Luminance
0.7558
Every format
| HEX | #4afccf |
| RGB | rgb(74, 252, 207) |
| HSL | hsl(165, 97%, 64%) |
| CMYK | cmyk(71%, 0%, 18%, 1%) |
| LAB | lab(89.7 -54.8 8.7) |
| LCH | lch(89.7 55.5 171.0) |
| OKLCH | oklch(0.891 0.156 171.8) |
Copy-ready code
/* CSS */
color: #4afccf;
background-color: #4afccf;
/* Tailwind (arbitrary) */
class="text-[#4afccf] bg-[#4afccf]"
/* SCSS */
$brand: #4afccf;
/* SwiftUI */
Color(red: 0.290, green: 0.988, blue: 0.812)
/* Android */
Color.parseColor("#4afccf")Accessibility — WCAG contrast
Aa
#4afccf on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4afccf on black: 16.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green98.8%
Blue81.2%
CMYK percentages
Cyan70.6%
Magenta0.0%
Yellow17.9%
Key (black)1.2%
Color previews
#4afccf text on a black background
contrast 16.12:1
Card sample
#4afccf text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4afccf;
Background color
Panel with #4afccf background
background-color: #4afccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4afccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 252, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 252, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4afccf; background: linear-gradient(135deg, #4afccf, #4AB2FC);