#8fece3
a light, vivid cyan · cool · closest name: turquoise
RGB
143, 236, 227
HSL
174°, 71%, 74%
CMYK
39, 0, 4, 8
Luminance
0.7138
Every format
| HEX | #8fece3 |
| RGB | rgb(143, 236, 227) |
| HSL | hsl(174, 71%, 74%) |
| CMYK | cmyk(39%, 0%, 4%, 8%) |
| LAB | lab(87.7 -29.7 -4.3) |
| LCH | lch(87.7 30.0 188.3) |
| OKLCH | oklch(0.883 0.090 187.8) |
Copy-ready code
/* CSS */
color: #8fece3;
background-color: #8fece3;
/* Tailwind (arbitrary) */
class="text-[#8fece3] bg-[#8fece3]"
/* SCSS */
$brand: #8fece3;
/* SwiftUI */
Color(red: 0.561, green: 0.925, blue: 0.890)
/* Android */
Color.parseColor("#8fece3")Accessibility — WCAG contrast
Aa
#8fece3 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fece3 on black: 15.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green92.5%
Blue89.0%
CMYK percentages
Cyan39.4%
Magenta0.0%
Yellow3.8%
Key (black)7.5%
Color previews
#8fece3 text on a black background
contrast 15.28:1
Card sample
#8fece3 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fece3;
Background color
Panel with #8fece3 background
background-color: #8fece3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fece3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 236, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 236, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fece3; background: linear-gradient(135deg, #8fece3, #8FB7EC);