#8fcbaf
a light, soft green · cool · closest name: turquoise
RGB
143, 203, 175
HSL
152°, 37%, 68%
CMYK
30, 0, 14, 20
Luminance
0.5165
Every format
| HEX | #8fcbaf |
| RGB | rgb(143, 203, 175) |
| HSL | hsl(152, 37%, 68%) |
| CMYK | cmyk(30%, 0%, 14%, 20%) |
| LAB | lab(77.1 -25.2 7.8) |
| LCH | lch(77.1 26.4 162.7) |
| OKLCH | oklch(0.793 0.074 164.1) |
Copy-ready code
/* CSS */
color: #8fcbaf;
background-color: #8fcbaf;
/* Tailwind (arbitrary) */
class="text-[#8fcbaf] bg-[#8fcbaf]"
/* SCSS */
$brand: #8fcbaf;
/* SwiftUI */
Color(red: 0.561, green: 0.796, blue: 0.686)
/* Android */
Color.parseColor("#8fcbaf")Accessibility — WCAG contrast
Aa
#8fcbaf on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fcbaf on black: 11.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green79.6%
Blue68.6%
CMYK percentages
Cyan29.6%
Magenta0.0%
Yellow13.8%
Key (black)20.4%
Color previews
#8fcbaf text on a black background
contrast 11.33:1
Card sample
#8fcbaf text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fcbaf;
Background color
Panel with #8fcbaf background
background-color: #8fcbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fcbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 203, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 203, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fcbaf; background: linear-gradient(135deg, #8fcbaf, #8FBFCB);