#8dbbfc
a light, electric blue · cool · closest name: skyblue
RGB
141, 187, 252
HSL
215°, 95%, 77%
CMYK
44, 26, 0, 1
Luminance
0.4823
Every format
| HEX | #8dbbfc |
| RGB | rgb(141, 187, 252) |
| HSL | hsl(215, 95%, 77%) |
| CMYK | cmyk(44%, 26%, 0%, 1%) |
| LAB | lab(75.0 1.4 -36.9) |
| LCH | lch(75.0 36.9 272.1) |
| OKLCH | oklch(0.784 0.106 257.1) |
Copy-ready code
/* CSS */
color: #8dbbfc;
background-color: #8dbbfc;
/* Tailwind (arbitrary) */
class="text-[#8dbbfc] bg-[#8dbbfc]"
/* SCSS */
$brand: #8dbbfc;
/* SwiftUI */
Color(red: 0.553, green: 0.733, blue: 0.988)
/* Android */
Color.parseColor("#8dbbfc")Accessibility — WCAG contrast
Aa
#8dbbfc on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8dbbfc on black: 10.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.3%
Green73.3%
Blue98.8%
CMYK percentages
Cyan44.0%
Magenta25.8%
Yellow0.0%
Key (black)1.2%
Color previews
#8dbbfc text on a black background
contrast 10.65:1
Card sample
#8dbbfc text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8dbbfc;
Background color
Panel with #8dbbfc background
background-color: #8dbbfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8dbbfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(141, 187, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(141, 187, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8dbbfc; background: linear-gradient(135deg, #8dbbfc, #A98DFC);