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