#8acab2
a light, soft green · cool · closest name: turquoise
RGB
138, 202, 178
HSL
158°, 38%, 67%
CMYK
32, 0, 12, 21
Luminance
0.5086
Every format
| HEX | #8acab2 |
| RGB | rgb(138, 202, 178) |
| HSL | hsl(158, 38%, 67%) |
| CMYK | cmyk(32%, 0%, 12%, 21%) |
| LAB | lab(76.6 -25.6 5.5) |
| LCH | lch(76.6 26.1 167.8) |
| OKLCH | oklch(0.789 0.074 169.0) |
Copy-ready code
/* CSS */
color: #8acab2;
background-color: #8acab2;
/* Tailwind (arbitrary) */
class="text-[#8acab2] bg-[#8acab2]"
/* SCSS */
$brand: #8acab2;
/* SwiftUI */
Color(red: 0.541, green: 0.792, blue: 0.698)
/* Android */
Color.parseColor("#8acab2")Accessibility — WCAG contrast
Aa
#8acab2 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8acab2 on black: 11.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green79.2%
Blue69.8%
CMYK percentages
Cyan31.7%
Magenta0.0%
Yellow11.9%
Key (black)20.8%
Color previews
#8acab2 text on a black background
contrast 11.17:1
Card sample
#8acab2 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8acab2;
Background color
Panel with #8acab2 background
background-color: #8acab2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8acab2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 202, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 202, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8acab2; background: linear-gradient(135deg, #8acab2, #8AB7CA);