#8fd3c2
a light, soft cyan · cool · closest name: turquoise
RGB
143, 211, 194
HSL
165°, 44%, 69%
CMYK
32, 0, 8, 17
Luminance
0.5632
Every format
| HEX | #8fd3c2 |
| RGB | rgb(143, 211, 194) |
| HSL | hsl(165, 44%, 69%) |
| CMYK | cmyk(32%, 0%, 8%, 17%) |
| LAB | lab(79.8 -25.1 1.6) |
| LCH | lch(79.8 25.1 176.3) |
| OKLCH | oklch(0.817 0.073 177.0) |
Copy-ready code
/* CSS */
color: #8fd3c2;
background-color: #8fd3c2;
/* Tailwind (arbitrary) */
class="text-[#8fd3c2] bg-[#8fd3c2]"
/* SCSS */
$brand: #8fd3c2;
/* SwiftUI */
Color(red: 0.561, green: 0.827, blue: 0.761)
/* Android */
Color.parseColor("#8fd3c2")Accessibility — WCAG contrast
Aa
#8fd3c2 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fd3c2 on black: 12.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green82.7%
Blue76.1%
CMYK percentages
Cyan32.2%
Magenta0.0%
Yellow8.1%
Key (black)17.3%
Color previews
#8fd3c2 text on a black background
contrast 12.26:1
Card sample
#8fd3c2 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fd3c2;
Background color
Panel with #8fd3c2 background
background-color: #8fd3c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fd3c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 211, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 211, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fd3c2; background: linear-gradient(135deg, #8fd3c2, #8FB7D3);