#8fcfba
a light, soft cyan · cool · closest name: turquoise
RGB
143, 207, 186
HSL
160°, 40%, 69%
CMYK
31, 0, 10, 19
Luminance
0.5401
Every format
| HEX | #8fcfba |
| RGB | rgb(143, 207, 186) |
| HSL | hsl(160, 40%, 69%) |
| CMYK | cmyk(31%, 0%, 10%, 19%) |
| LAB | lab(78.5 -24.8 4.0) |
| LCH | lch(78.5 25.1 171.0) |
| OKLCH | oklch(0.805 0.072 171.9) |
Copy-ready code
/* CSS */
color: #8fcfba;
background-color: #8fcfba;
/* Tailwind (arbitrary) */
class="text-[#8fcfba] bg-[#8fcfba]"
/* SCSS */
$brand: #8fcfba;
/* SwiftUI */
Color(red: 0.561, green: 0.812, blue: 0.729)
/* Android */
Color.parseColor("#8fcfba")Accessibility — WCAG contrast
Aa
#8fcfba on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fcfba on black: 11.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green81.2%
Blue72.9%
CMYK percentages
Cyan30.9%
Magenta0.0%
Yellow10.1%
Key (black)18.8%
Color previews
#8fcfba text on a black background
contrast 11.80:1
Card sample
#8fcfba text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fcfba;
Background color
Panel with #8fcfba background
background-color: #8fcfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fcfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 207, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 207, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fcfba; background: linear-gradient(135deg, #8fcfba, #8FB9CF);