#4afcc2
a balanced, electric cyan · cool · closest name: aquamarine
RGB
74, 252, 194
HSL
160°, 97%, 64%
CMYK
71, 0, 23, 1
Luminance
0.7497
Every format
| HEX | #4afcc2 |
| RGB | rgb(74, 252, 194) |
| HSL | hsl(160, 97%, 64%) |
| CMYK | cmyk(71%, 0%, 23%, 1%) |
| LAB | lab(89.4 -57.8 15.0) |
| LCH | lch(89.4 59.7 165.4) |
| OKLCH | oklch(0.888 0.164 166.5) |
Copy-ready code
/* CSS */
color: #4afcc2;
background-color: #4afcc2;
/* Tailwind (arbitrary) */
class="text-[#4afcc2] bg-[#4afcc2]"
/* SCSS */
$brand: #4afcc2;
/* SwiftUI */
Color(red: 0.290, green: 0.988, blue: 0.761)
/* Android */
Color.parseColor("#4afcc2")Accessibility — WCAG contrast
Aa
#4afcc2 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4afcc2 on black: 15.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green98.8%
Blue76.1%
CMYK percentages
Cyan70.6%
Magenta0.0%
Yellow23.0%
Key (black)1.2%
Color previews
#4afcc2 text on a black background
contrast 15.99:1
Card sample
#4afcc2 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4afcc2;
Background color
Panel with #4afcc2 background
background-color: #4afcc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4afcc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 252, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 252, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4afcc2; background: linear-gradient(135deg, #4afcc2, #4ABFFC);