#8fdbfd
a light, electric cyan · cool · closest name: skyblue
RGB
143, 219, 253
HSL
199°, 97%, 78%
CMYK
44, 13, 0, 1
Luminance
0.6359
Every format
| HEX | #8fdbfd |
| RGB | rgb(143, 219, 253) |
| HSL | hsl(199, 97%, 78%) |
| CMYK | cmyk(44%, 13%, 0%, 1%) |
| LAB | lab(83.8 -14.9 -23.9) |
| LCH | lch(83.8 28.2 238.1) |
| OKLCH | oklch(0.854 0.089 228.1) |
Copy-ready code
/* CSS */
color: #8fdbfd;
background-color: #8fdbfd;
/* Tailwind (arbitrary) */
class="text-[#8fdbfd] bg-[#8fdbfd]"
/* SCSS */
$brand: #8fdbfd;
/* SwiftUI */
Color(red: 0.561, green: 0.859, blue: 0.992)
/* Android */
Color.parseColor("#8fdbfd")Accessibility — WCAG contrast
Aa
#8fdbfd on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fdbfd on black: 13.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green85.9%
Blue99.2%
CMYK percentages
Cyan43.5%
Magenta13.4%
Yellow0.0%
Key (black)0.8%
Color previews
#8fdbfd text on a black background
contrast 13.72:1
Card sample
#8fdbfd text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fdbfd;
Background color
Panel with #8fdbfd background
background-color: #8fdbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fdbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 219, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 219, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fdbfd; background: linear-gradient(135deg, #8fdbfd, #8F92FD);