#4aebc9
a balanced, electric cyan · cool · closest name: aquamarine
RGB
74, 235, 201
HSL
167°, 80%, 61%
CMYK
69, 0, 15, 8
Luminance
0.6509
Every format
| HEX | #4aebc9 |
| RGB | rgb(74, 235, 201) |
| HSL | hsl(167, 80%, 61%) |
| CMYK | cmyk(69%, 0%, 15%, 8%) |
| LAB | lab(84.5 -49.3 4.5) |
| LCH | lch(84.5 49.5 174.8) |
| OKLCH | oklch(0.849 0.141 175.5) |
Copy-ready code
/* CSS */
color: #4aebc9;
background-color: #4aebc9;
/* Tailwind (arbitrary) */
class="text-[#4aebc9] bg-[#4aebc9]"
/* SCSS */
$brand: #4aebc9;
/* SwiftUI */
Color(red: 0.290, green: 0.922, blue: 0.788)
/* Android */
Color.parseColor("#4aebc9")Accessibility — WCAG contrast
Aa
#4aebc9 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4aebc9 on black: 14.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green92.2%
Blue78.8%
CMYK percentages
Cyan68.5%
Magenta0.0%
Yellow14.5%
Key (black)7.8%
Color previews
#4aebc9 text on a black background
contrast 14.02:1
Card sample
#4aebc9 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4aebc9;
Background color
Panel with #4aebc9 background
background-color: #4aebc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4aebc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 235, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 235, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4aebc9; background: linear-gradient(135deg, #4aebc9, #4AA2EB);