#8fcbc9
a light, soft cyan · cool · closest name: skyblue
RGB
143, 203, 201
HSL
178°, 37%, 68%
CMYK
30, 0, 1, 20
Luminance
0.5277
Every format
| HEX | #8fcbc9 |
| RGB | rgb(143, 203, 201) |
| HSL | hsl(178, 37%, 68%) |
| CMYK | cmyk(30%, 0%, 1%, 20%) |
| LAB | lab(77.7 -19.5 -5.2) |
| LCH | lch(77.7 20.2 194.8) |
| OKLCH | oklch(0.801 0.061 193.4) |
Copy-ready code
/* CSS */
color: #8fcbc9;
background-color: #8fcbc9;
/* Tailwind (arbitrary) */
class="text-[#8fcbc9] bg-[#8fcbc9]"
/* SCSS */
$brand: #8fcbc9;
/* SwiftUI */
Color(red: 0.561, green: 0.796, blue: 0.788)
/* Android */
Color.parseColor("#8fcbc9")Accessibility — WCAG contrast
Aa
#8fcbc9 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fcbc9 on black: 11.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green79.6%
Blue78.8%
CMYK percentages
Cyan29.6%
Magenta0.0%
Yellow1.0%
Key (black)20.4%
Color previews
#8fcbc9 text on a black background
contrast 11.55:1
Card sample
#8fcbc9 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fcbc9;
Background color
Panel with #8fcbc9 background
background-color: #8fcbc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fcbc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 203, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 203, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fcbc9; background: linear-gradient(135deg, #8fcbc9, #8FA5CB);