#8fcdbb
a light, soft cyan · cool · closest name: turquoise
RGB
143, 205, 187
HSL
163°, 38%, 68%
CMYK
30, 0, 9, 20
Luminance
0.5309
Every format
| HEX | #8fcdbb |
| RGB | rgb(143, 205, 187) |
| HSL | hsl(163, 38%, 68%) |
| CMYK | cmyk(30%, 0%, 9%, 20%) |
| LAB | lab(77.9 -23.6 2.6) |
| LCH | lch(77.9 23.8 173.7) |
| OKLCH | oklch(0.801 0.069 174.5) |
Copy-ready code
/* CSS */
color: #8fcdbb;
background-color: #8fcdbb;
/* Tailwind (arbitrary) */
class="text-[#8fcdbb] bg-[#8fcdbb]"
/* SCSS */
$brand: #8fcdbb;
/* SwiftUI */
Color(red: 0.561, green: 0.804, blue: 0.733)
/* Android */
Color.parseColor("#8fcdbb")Accessibility — WCAG contrast
Aa
#8fcdbb on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fcdbb on black: 11.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green80.4%
Blue73.3%
CMYK percentages
Cyan30.2%
Magenta0.0%
Yellow8.8%
Key (black)19.6%
Color previews
#8fcdbb text on a black background
contrast 11.62:1
Card sample
#8fcdbb text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fcdbb;
Background color
Panel with #8fcdbb background
background-color: #8fcdbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fcdbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 205, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 205, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fcdbb; background: linear-gradient(135deg, #8fcdbb, #8FB6CD);