#8ac2ac
a light, soft green · cool · closest name: silver
RGB
138, 194, 172
HSL
156°, 32%, 65%
CMYK
29, 0, 11, 24
Luminance
0.4697
Every format
| HEX | #8ac2ac |
| RGB | rgb(138, 194, 172) |
| HSL | hsl(156, 32%, 65%) |
| CMYK | cmyk(29%, 0%, 11%, 24%) |
| LAB | lab(74.2 -22.9 5.3) |
| LCH | lch(74.2 23.4 167.1) |
| OKLCH | oklch(0.769 0.066 168.2) |
Copy-ready code
/* CSS */
color: #8ac2ac;
background-color: #8ac2ac;
/* Tailwind (arbitrary) */
class="text-[#8ac2ac] bg-[#8ac2ac]"
/* SCSS */
$brand: #8ac2ac;
/* SwiftUI */
Color(red: 0.541, green: 0.761, blue: 0.675)
/* Android */
Color.parseColor("#8ac2ac")Accessibility — WCAG contrast
Aa
#8ac2ac on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ac2ac on black: 10.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green76.1%
Blue67.5%
CMYK percentages
Cyan28.9%
Magenta0.0%
Yellow11.3%
Key (black)23.9%
Color previews
#8ac2ac text on a black background
contrast 10.39:1
Card sample
#8ac2ac text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ac2ac;
Background color
Panel with #8ac2ac background
background-color: #8ac2ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ac2ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 194, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 194, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ac2ac; background: linear-gradient(135deg, #8ac2ac, #8AB3C2);