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