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