#4afecc
a balanced, electric cyan · cool · closest name: aquamarine
RGB
74, 254, 204
HSL
163°, 99%, 64%
CMYK
71, 0, 20, 0
Luminance
0.7670
Every format
| HEX | #4afecc |
| RGB | rgb(74, 254, 204) |
| HSL | hsl(163, 99%, 64%) |
| CMYK | cmyk(71%, 0%, 20%, 0%) |
| LAB | lab(90.2 -56.3 11.0) |
| LCH | lch(90.2 57.4 168.9) |
| OKLCH | oklch(0.895 0.160 169.9) |
Copy-ready code
/* CSS */
color: #4afecc;
background-color: #4afecc;
/* Tailwind (arbitrary) */
class="text-[#4afecc] bg-[#4afecc]"
/* SCSS */
$brand: #4afecc;
/* SwiftUI */
Color(red: 0.290, green: 0.996, blue: 0.800)
/* Android */
Color.parseColor("#4afecc")Accessibility — WCAG contrast
Aa
#4afecc on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4afecc on black: 16.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green99.6%
Blue80.0%
CMYK percentages
Cyan70.9%
Magenta0.0%
Yellow19.7%
Key (black)0.4%
Color previews
#4afecc text on a black background
contrast 16.34:1
Card sample
#4afecc text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4afecc;
Background color
Panel with #4afecc background
background-color: #4afecc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4afecc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 254, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 254, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4afecc; background: linear-gradient(135deg, #4afecc, #4AB8FE);