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