#8fccc5
a light, soft cyan · cool · closest name: skyblue
RGB
143, 204, 197
HSL
173°, 37%, 68%
CMYK
30, 0, 3, 20
Luminance
0.5306
Every format
| HEX | #8fccc5 |
| RGB | rgb(143, 204, 197) |
| HSL | hsl(173, 37%, 68%) |
| CMYK | cmyk(30%, 0%, 3%, 20%) |
| LAB | lab(77.9 -20.9 -2.8) |
| LCH | lch(77.9 21.1 187.5) |
| OKLCH | oklch(0.802 0.063 187.1) |
Copy-ready code
/* CSS */
color: #8fccc5;
background-color: #8fccc5;
/* Tailwind (arbitrary) */
class="text-[#8fccc5] bg-[#8fccc5]"
/* SCSS */
$brand: #8fccc5;
/* SwiftUI */
Color(red: 0.561, green: 0.800, blue: 0.773)
/* Android */
Color.parseColor("#8fccc5")Accessibility — WCAG contrast
Aa
#8fccc5 on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fccc5 on black: 11.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green80.0%
Blue77.3%
CMYK percentages
Cyan29.9%
Magenta0.0%
Yellow3.4%
Key (black)20.0%
Color previews
#8fccc5 text on a black background
contrast 11.61:1
Card sample
#8fccc5 text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fccc5;
Background color
Panel with #8fccc5 background
background-color: #8fccc5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fccc5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 204, 197, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 204, 197, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fccc5; background: linear-gradient(135deg, #8fccc5, #8FAACC);