#8aceab
a light, soft green · cool · closest name: turquoise
RGB
138, 206, 171
HSL
149°, 41%, 68%
CMYK
33, 0, 17, 19
Luminance
0.5249
Every format
| HEX | #8aceab |
| RGB | rgb(138, 206, 171) |
| HSL | hsl(149, 41%, 68%) |
| CMYK | cmyk(33%, 0%, 17%, 19%) |
| LAB | lab(77.6 -28.9 10.7) |
| LCH | lch(77.6 30.8 159.8) |
| OKLCH | oklch(0.796 0.085 161.2) |
Copy-ready code
/* CSS */
color: #8aceab;
background-color: #8aceab;
/* Tailwind (arbitrary) */
class="text-[#8aceab] bg-[#8aceab]"
/* SCSS */
$brand: #8aceab;
/* SwiftUI */
Color(red: 0.541, green: 0.808, blue: 0.671)
/* Android */
Color.parseColor("#8aceab")Accessibility — WCAG contrast
Aa
#8aceab on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8aceab on black: 11.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green80.8%
Blue67.1%
CMYK percentages
Cyan33.0%
Magenta0.0%
Yellow17.0%
Key (black)19.2%
Color previews
#8aceab text on a black background
contrast 11.50:1
Card sample
#8aceab text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8aceab;
Background color
Panel with #8aceab background
background-color: #8aceab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8aceab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 206, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 206, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8aceab; background: linear-gradient(135deg, #8aceab, #8AC4CE);