#8dbfff
a light, electric blue · cool · closest name: skyblue
RGB
141, 191, 255
HSL
214°, 100%, 78%
CMYK
45, 25, 0, 0
Luminance
0.5014
Every format
| HEX | #8dbfff |
| RGB | rgb(141, 191, 255) |
| HSL | hsl(214, 100%, 78%) |
| CMYK | cmyk(45%, 25%, 0%, 0%) |
| LAB | lab(76.2 0.0 -36.6) |
| LCH | lch(76.2 36.6 270.0) |
| OKLCH | oklch(0.794 0.106 255.0) |
Copy-ready code
/* CSS */
color: #8dbfff;
background-color: #8dbfff;
/* Tailwind (arbitrary) */
class="text-[#8dbfff] bg-[#8dbfff]"
/* SCSS */
$brand: #8dbfff;
/* SwiftUI */
Color(red: 0.553, green: 0.749, blue: 1.000)
/* Android */
Color.parseColor("#8dbfff")Accessibility — WCAG contrast
Aa
#8dbfff on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8dbfff on black: 11.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.3%
Green74.9%
Blue100.0%
CMYK percentages
Cyan44.7%
Magenta25.1%
Yellow0.0%
Key (black)0.0%
Color previews
#8dbfff text on a black background
contrast 11.03:1
Card sample
#8dbfff text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8dbfff;
Background color
Panel with #8dbfff background
background-color: #8dbfff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8dbfff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(141, 191, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(141, 191, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8dbfff; background: linear-gradient(135deg, #8dbfff, #A78DFF);