#8fcace
a light, soft cyan · cool · closest name: skyblue
RGB
143, 202, 206
HSL
184°, 39%, 68%
CMYK
31, 2, 0, 19
Luminance
0.5254
Every format
| HEX | #8fcace |
| RGB | rgb(143, 202, 206) |
| HSL | hsl(184, 39%, 68%) |
| CMYK | cmyk(31%, 2%, 0%, 19%) |
| LAB | lab(77.6 -17.9 -8.1) |
| LCH | lch(77.6 19.6 204.3) |
| OKLCH | oklch(0.800 0.061 201.3) |
Copy-ready code
/* CSS */
color: #8fcace;
background-color: #8fcace;
/* Tailwind (arbitrary) */
class="text-[#8fcace] bg-[#8fcace]"
/* SCSS */
$brand: #8fcace;
/* SwiftUI */
Color(red: 0.561, green: 0.792, blue: 0.808)
/* Android */
Color.parseColor("#8fcace")Accessibility — WCAG contrast
Aa
#8fcace on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fcace on black: 11.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green79.2%
Blue80.8%
CMYK percentages
Cyan30.6%
Magenta1.9%
Yellow0.0%
Key (black)19.2%
Color previews
#8fcace text on a black background
contrast 11.51:1
Card sample
#8fcace text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fcace;
Background color
Panel with #8fcace background
background-color: #8fcace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fcace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 202, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 202, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fcace; background: linear-gradient(135deg, #8fcace, #8FA0CE);