#8cd4b2
a light, vivid green · cool · closest name: turquoise
RGB
140, 212, 178
HSL
152°, 46%, 69%
CMYK
34, 0, 16, 17
Luminance
0.5588
Every format
| HEX | #8cd4b2 |
| RGB | rgb(140, 212, 178) |
| HSL | hsl(152, 46%, 69%) |
| CMYK | cmyk(34%, 0%, 16%, 17%) |
| LAB | lab(79.5 -29.8 9.8) |
| LCH | lch(79.5 31.4 161.9) |
| OKLCH | oklch(0.813 0.087 163.2) |
Copy-ready code
/* CSS */
color: #8cd4b2;
background-color: #8cd4b2;
/* Tailwind (arbitrary) */
class="text-[#8cd4b2] bg-[#8cd4b2]"
/* SCSS */
$brand: #8cd4b2;
/* SwiftUI */
Color(red: 0.549, green: 0.831, blue: 0.698)
/* Android */
Color.parseColor("#8cd4b2")Accessibility — WCAG contrast
Aa
#8cd4b2 on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cd4b2 on black: 12.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green83.1%
Blue69.8%
CMYK percentages
Cyan34.0%
Magenta0.0%
Yellow16.0%
Key (black)16.9%
Color previews
#8cd4b2 text on a black background
contrast 12.18:1
Card sample
#8cd4b2 text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cd4b2;
Background color
Panel with #8cd4b2 background
background-color: #8cd4b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cd4b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 212, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 212, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cd4b2; background: linear-gradient(135deg, #8cd4b2, #8CC6D4);