#8aceb3
a light, soft green · cool · closest name: turquoise
RGB
138, 206, 179
HSL
156°, 41%, 68%
CMYK
33, 0, 13, 19
Luminance
0.5280
Every format
| HEX | #8aceb3 |
| RGB | rgb(138, 206, 179) |
| HSL | hsl(156, 41%, 68%) |
| CMYK | cmyk(33%, 0%, 13%, 19%) |
| LAB | lab(77.8 -27.3 6.6) |
| LCH | lch(77.8 28.1 166.3) |
| OKLCH | oklch(0.798 0.079 167.5) |
Copy-ready code
/* CSS */
color: #8aceb3;
background-color: #8aceb3;
/* Tailwind (arbitrary) */
class="text-[#8aceb3] bg-[#8aceb3]"
/* SCSS */
$brand: #8aceb3;
/* SwiftUI */
Color(red: 0.541, green: 0.808, blue: 0.702)
/* Android */
Color.parseColor("#8aceb3")Accessibility — WCAG contrast
Aa
#8aceb3 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8aceb3 on black: 11.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green80.8%
Blue70.2%
CMYK percentages
Cyan33.0%
Magenta0.0%
Yellow13.1%
Key (black)19.2%
Color previews
#8aceb3 text on a black background
contrast 11.56:1
Card sample
#8aceb3 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8aceb3;
Background color
Panel with #8aceb3 background
background-color: #8aceb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8aceb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 206, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 206, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8aceb3; background: linear-gradient(135deg, #8aceb3, #8ABCCE);