#5af6ac
a light, electric green · cool · closest name: aquamarine
RGB
90, 246, 172
HSL
152°, 90%, 66%
CMYK
63, 0, 30, 4
Luminance
0.7106
Every format
| HEX | #5af6ac |
| RGB | rgb(90, 246, 172) |
| HSL | hsl(152, 90%, 66%) |
| CMYK | cmyk(63%, 0%, 30%, 4%) |
| LAB | lab(87.5 -57.6 23.8) |
| LCH | lch(87.5 62.3 157.6) |
| OKLCH | oklch(0.872 0.168 159.0) |
Copy-ready code
/* CSS */
color: #5af6ac;
background-color: #5af6ac;
/* Tailwind (arbitrary) */
class="text-[#5af6ac] bg-[#5af6ac]"
/* SCSS */
$brand: #5af6ac;
/* SwiftUI */
Color(red: 0.353, green: 0.965, blue: 0.675)
/* Android */
Color.parseColor("#5af6ac")Accessibility — WCAG contrast
Aa
#5af6ac on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5af6ac on black: 15.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green96.5%
Blue67.5%
CMYK percentages
Cyan63.4%
Magenta0.0%
Yellow30.1%
Key (black)3.5%
Color previews
#5af6ac text on a black background
contrast 15.21:1
Card sample
#5af6ac text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5af6ac;
Background color
Panel with #5af6ac background
background-color: #5af6ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5af6ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 246, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 246, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5af6ac; background: linear-gradient(135deg, #5af6ac, #5AD8F6);