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