#8fd1ba
a light, soft green · cool · closest name: turquoise
RGB
143, 209, 186
HSL
159°, 42%, 69%
CMYK
32, 0, 11, 18
Luminance
0.5499
Every format
| HEX | #8fd1ba |
| RGB | rgb(143, 209, 186) |
| HSL | hsl(159, 42%, 69%) |
| CMYK | cmyk(32%, 0%, 11%, 18%) |
| LAB | lab(79.0 -25.8 4.8) |
| LCH | lch(79.0 26.3 169.5) |
| OKLCH | oklch(0.810 0.075 170.6) |
Copy-ready code
/* CSS */
color: #8fd1ba;
background-color: #8fd1ba;
/* Tailwind (arbitrary) */
class="text-[#8fd1ba] bg-[#8fd1ba]"
/* SCSS */
$brand: #8fd1ba;
/* SwiftUI */
Color(red: 0.561, green: 0.820, blue: 0.729)
/* Android */
Color.parseColor("#8fd1ba")Accessibility — WCAG contrast
Aa
#8fd1ba on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fd1ba on black: 12.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green82.0%
Blue72.9%
CMYK percentages
Cyan31.6%
Magenta0.0%
Yellow11.0%
Key (black)18.0%
Color previews
#8fd1ba text on a black background
contrast 12.00:1
Card sample
#8fd1ba text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fd1ba;
Background color
Panel with #8fd1ba background
background-color: #8fd1ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fd1ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 209, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 209, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fd1ba; background: linear-gradient(135deg, #8fd1ba, #8FBCD1);