#8dbbdc
a light, vivid blue · cool · closest name: skyblue
RGB
141, 187, 220
HSL
205°, 53%, 71%
CMYK
36, 15, 0, 14
Luminance
0.4637
Every format
| HEX | #8dbbdc |
| RGB | rgb(141, 187, 220) |
| HSL | hsl(205, 53%, 71%) |
| CMYK | cmyk(36%, 15%, 0%, 14%) |
| LAB | lab(73.8 -7.2 -21.4) |
| LCH | lch(73.8 22.6 251.5) |
| OKLCH | oklch(0.771 0.068 239.9) |
Copy-ready code
/* CSS */
color: #8dbbdc;
background-color: #8dbbdc;
/* Tailwind (arbitrary) */
class="text-[#8dbbdc] bg-[#8dbbdc]"
/* SCSS */
$brand: #8dbbdc;
/* SwiftUI */
Color(red: 0.553, green: 0.733, blue: 0.863)
/* Android */
Color.parseColor("#8dbbdc")Accessibility — WCAG contrast
Aa
#8dbbdc on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8dbbdc on black: 10.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.3%
Green73.3%
Blue86.3%
CMYK percentages
Cyan35.9%
Magenta15.0%
Yellow0.0%
Key (black)13.7%
Color previews
#8dbbdc text on a black background
contrast 10.27:1
Card sample
#8dbbdc text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8dbbdc;
Background color
Panel with #8dbbdc background
background-color: #8dbbdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8dbbdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(141, 187, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(141, 187, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8dbbdc; background: linear-gradient(135deg, #8dbbdc, #948DDC);