#8fceb0
a light, soft green · cool · closest name: turquoise
RGB
143, 206, 176
HSL
151°, 39%, 68%
CMYK
31, 0, 15, 19
Luminance
0.5312
Every format
| HEX | #8fceb0 |
| RGB | rgb(143, 206, 176) |
| HSL | hsl(151, 39%, 68%) |
| CMYK | cmyk(31%, 0%, 15%, 19%) |
| LAB | lab(77.9 -26.4 8.6) |
| LCH | lch(77.9 27.8 162.1) |
| OKLCH | oklch(0.800 0.077 163.4) |
Copy-ready code
/* CSS */
color: #8fceb0;
background-color: #8fceb0;
/* Tailwind (arbitrary) */
class="text-[#8fceb0] bg-[#8fceb0]"
/* SCSS */
$brand: #8fceb0;
/* SwiftUI */
Color(red: 0.561, green: 0.808, blue: 0.690)
/* Android */
Color.parseColor("#8fceb0")Accessibility — WCAG contrast
Aa
#8fceb0 on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fceb0 on black: 11.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green80.8%
Blue69.0%
CMYK percentages
Cyan30.6%
Magenta0.0%
Yellow14.6%
Key (black)19.2%
Color previews
#8fceb0 text on a black background
contrast 11.62:1
Card sample
#8fceb0 text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fceb0;
Background color
Panel with #8fceb0 background
background-color: #8fceb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fceb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 206, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 206, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fceb0; background: linear-gradient(135deg, #8fceb0, #8FC2CE);