#8fdecf
a light, vivid cyan · cool · closest name: turquoise
RGB
143, 222, 207
HSL
169°, 55%, 72%
CMYK
36, 0, 7, 13
Luminance
0.6259
Every format
| HEX | #8fdecf |
| RGB | rgb(143, 222, 207) |
| HSL | hsl(169, 55%, 72%) |
| CMYK | cmyk(36%, 0%, 7%, 13%) |
| LAB | lab(83.2 -27.6 -0.3) |
| LCH | lch(83.2 27.6 180.7) |
| OKLCH | oklch(0.845 0.081 180.9) |
Copy-ready code
/* CSS */
color: #8fdecf;
background-color: #8fdecf;
/* Tailwind (arbitrary) */
class="text-[#8fdecf] bg-[#8fdecf]"
/* SCSS */
$brand: #8fdecf;
/* SwiftUI */
Color(red: 0.561, green: 0.871, blue: 0.812)
/* Android */
Color.parseColor("#8fdecf")Accessibility — WCAG contrast
Aa
#8fdecf on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fdecf on black: 13.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green87.1%
Blue81.2%
CMYK percentages
Cyan35.6%
Magenta0.0%
Yellow6.8%
Key (black)12.9%
Color previews
#8fdecf text on a black background
contrast 13.52:1
Card sample
#8fdecf text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fdecf;
Background color
Panel with #8fdecf background
background-color: #8fdecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fdecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 222, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 222, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fdecf; background: linear-gradient(135deg, #8fdecf, #8FB8DE);