#8fcce0
a light, vivid cyan · cool · closest name: skyblue
RGB
143, 204, 224
HSL
195°, 57%, 72%
CMYK
36, 9, 0, 12
Luminance
0.5441
Every format
| HEX | #8fcce0 |
| RGB | rgb(143, 204, 224) |
| HSL | hsl(195, 57%, 72%) |
| CMYK | cmyk(36%, 9%, 0%, 12%) |
| LAB | lab(78.7 -14.6 -16.1) |
| LCH | lch(78.7 21.7 227.9) |
| OKLCH | oklch(0.811 0.068 220.3) |
Copy-ready code
/* CSS */
color: #8fcce0;
background-color: #8fcce0;
/* Tailwind (arbitrary) */
class="text-[#8fcce0] bg-[#8fcce0]"
/* SCSS */
$brand: #8fcce0;
/* SwiftUI */
Color(red: 0.561, green: 0.800, blue: 0.878)
/* Android */
Color.parseColor("#8fcce0")Accessibility — WCAG contrast
Aa
#8fcce0 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fcce0 on black: 11.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green80.0%
Blue87.8%
CMYK percentages
Cyan36.2%
Magenta8.9%
Yellow0.0%
Key (black)12.2%
Color previews
#8fcce0 text on a black background
contrast 11.88:1
Card sample
#8fcce0 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fcce0;
Background color
Panel with #8fcce0 background
background-color: #8fcce0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fcce0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 204, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 204, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fcce0; background: linear-gradient(135deg, #8fcce0, #8F96E0);