#8fceb6
a light, soft green · cool · closest name: turquoise
RGB
143, 206, 182
HSL
157°, 39%, 68%
CMYK
31, 0, 12, 19
Luminance
0.5336
Every format
| HEX | #8fceb6 |
| RGB | rgb(143, 206, 182) |
| HSL | hsl(157, 39%, 68%) |
| CMYK | cmyk(31%, 0%, 12%, 19%) |
| LAB | lab(78.1 -25.2 5.5) |
| LCH | lch(78.1 25.8 167.6) |
| OKLCH | oklch(0.802 0.073 168.7) |
Copy-ready code
/* CSS */
color: #8fceb6;
background-color: #8fceb6;
/* Tailwind (arbitrary) */
class="text-[#8fceb6] bg-[#8fceb6]"
/* SCSS */
$brand: #8fceb6;
/* SwiftUI */
Color(red: 0.561, green: 0.808, blue: 0.714)
/* Android */
Color.parseColor("#8fceb6")Accessibility — WCAG contrast
Aa
#8fceb6 on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fceb6 on black: 11.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green80.8%
Blue71.4%
CMYK percentages
Cyan30.6%
Magenta0.0%
Yellow11.7%
Key (black)19.2%
Color previews
#8fceb6 text on a black background
contrast 11.67:1
Card sample
#8fceb6 text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fceb6;
Background color
Panel with #8fceb6 background
background-color: #8fceb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fceb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 206, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 206, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fceb6; background: linear-gradient(135deg, #8fceb6, #8FBCCE);