#8bdfff
a light, electric cyan · cool · closest name: skyblue
RGB
139, 223, 255
HSL
197°, 100%, 77%
CMYK
46, 13, 0, 0
Luminance
0.6548
Every format
| HEX | #8bdfff |
| RGB | rgb(139, 223, 255) |
| HSL | hsl(197, 100%, 77%) |
| CMYK | cmyk(46%, 13%, 0%, 0%) |
| LAB | lab(84.7 -17.3 -23.5) |
| LCH | lch(84.7 29.2 233.6) |
| OKLCH | oklch(0.861 0.093 224.4) |
Copy-ready code
/* CSS */
color: #8bdfff;
background-color: #8bdfff;
/* Tailwind (arbitrary) */
class="text-[#8bdfff] bg-[#8bdfff]"
/* SCSS */
$brand: #8bdfff;
/* SwiftUI */
Color(red: 0.545, green: 0.875, blue: 1.000)
/* Android */
Color.parseColor("#8bdfff")Accessibility — WCAG contrast
Aa
#8bdfff on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8bdfff on black: 14.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green87.5%
Blue100.0%
CMYK percentages
Cyan45.5%
Magenta12.5%
Yellow0.0%
Key (black)0.0%
Color previews
#8bdfff text on a black background
contrast 14.10:1
Card sample
#8bdfff text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8bdfff;
Background color
Panel with #8bdfff background
background-color: #8bdfff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8bdfff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 223, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 223, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8bdfff; background: linear-gradient(135deg, #8bdfff, #8B92FF);