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