#8dbcff
a light, electric blue · cool · closest name: skyblue
RGB
141, 188, 255
HSL
215°, 100%, 78%
CMYK
45, 26, 0, 0
Luminance
0.4885
Every format
| HEX | #8dbcff |
| RGB | rgb(141, 188, 255) |
| HSL | hsl(215, 100%, 78%) |
| CMYK | cmyk(45%, 26%, 0%, 0%) |
| LAB | lab(75.4 1.6 -37.9) |
| LCH | lch(75.4 37.9 272.5) |
| OKLCH | oklch(0.788 0.108 257.3) |
Copy-ready code
/* CSS */
color: #8dbcff;
background-color: #8dbcff;
/* Tailwind (arbitrary) */
class="text-[#8dbcff] bg-[#8dbcff]"
/* SCSS */
$brand: #8dbcff;
/* SwiftUI */
Color(red: 0.553, green: 0.737, blue: 1.000)
/* Android */
Color.parseColor("#8dbcff")Accessibility — WCAG contrast
Aa
#8dbcff on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8dbcff on black: 10.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.3%
Green73.7%
Blue100.0%
CMYK percentages
Cyan44.7%
Magenta26.3%
Yellow0.0%
Key (black)0.0%
Color previews
#8dbcff text on a black background
contrast 10.77:1
Card sample
#8dbcff text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8dbcff;
Background color
Panel with #8dbcff background
background-color: #8dbcff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8dbcff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(141, 188, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(141, 188, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8dbcff; background: linear-gradient(135deg, #8dbcff, #AA8DFF);