#8dbbee
a light, vivid blue · cool · closest name: skyblue
RGB
141, 187, 238
HSL
212°, 74%, 74%
CMYK
41, 21, 0, 7
Luminance
0.4738
Every format
| HEX | #8dbbee |
| RGB | rgb(141, 187, 238) |
| HSL | hsl(212, 74%, 74%) |
| CMYK | cmyk(41%, 21%, 0%, 7%) |
| LAB | lab(74.4 -2.5 -30.2) |
| LCH | lch(74.4 30.3 265.4) |
| OKLCH | oklch(0.778 0.088 251.5) |
Copy-ready code
/* CSS */
color: #8dbbee;
background-color: #8dbbee;
/* Tailwind (arbitrary) */
class="text-[#8dbbee] bg-[#8dbbee]"
/* SCSS */
$brand: #8dbbee;
/* SwiftUI */
Color(red: 0.553, green: 0.733, blue: 0.933)
/* Android */
Color.parseColor("#8dbbee")Accessibility — WCAG contrast
Aa
#8dbbee on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8dbbee on black: 10.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.3%
Green73.3%
Blue93.3%
CMYK percentages
Cyan40.8%
Magenta21.4%
Yellow0.0%
Key (black)6.7%
Color previews
#8dbbee text on a black background
contrast 10.48:1
Card sample
#8dbbee text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8dbbee;
Background color
Panel with #8dbbee background
background-color: #8dbbee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8dbbee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(141, 187, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(141, 187, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8dbbee; background: linear-gradient(135deg, #8dbbee, #A08DEE);