#4af6ba
a balanced, electric green · cool · closest name: aquamarine
RGB
74, 246, 186
HSL
159°, 91%, 63%
CMYK
70, 0, 24, 4
Luminance
0.7091
Every format
| HEX | #4af6ba |
| RGB | rgb(74, 246, 186) |
| HSL | hsl(159, 91%, 63%) |
| CMYK | cmyk(70%, 0%, 24%, 4%) |
| LAB | lab(87.4 -57.2 16.4) |
| LCH | lch(87.4 59.5 164.0) |
| OKLCH | oklch(0.872 0.163 165.1) |
Copy-ready code
/* CSS */
color: #4af6ba;
background-color: #4af6ba;
/* Tailwind (arbitrary) */
class="text-[#4af6ba] bg-[#4af6ba]"
/* SCSS */
$brand: #4af6ba;
/* SwiftUI */
Color(red: 0.290, green: 0.965, blue: 0.729)
/* Android */
Color.parseColor("#4af6ba")Accessibility — WCAG contrast
Aa
#4af6ba on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4af6ba on black: 15.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green96.5%
Blue72.9%
CMYK percentages
Cyan69.9%
Magenta0.0%
Yellow24.4%
Key (black)3.5%
Color previews
#4af6ba text on a black background
contrast 15.18:1
Card sample
#4af6ba text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4af6ba;
Background color
Panel with #4af6ba background
background-color: #4af6ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4af6ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 246, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 246, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4af6ba; background: linear-gradient(135deg, #4af6ba, #4ABFF6);