#8dbeee
a light, vivid blue · cool · closest name: skyblue
RGB
141, 190, 238
HSL
210°, 74%, 74%
CMYK
41, 20, 0, 7
Luminance
0.4866
Every format
| HEX | #8dbeee |
| RGB | rgb(141, 190, 238) |
| HSL | hsl(210, 74%, 74%) |
| CMYK | cmyk(41%, 20%, 0%, 7%) |
| LAB | lab(75.2 -4.1 -28.9) |
| LCH | lch(75.2 29.2 262.0) |
| OKLCH | oklch(0.785 0.086 248.5) |
Copy-ready code
/* CSS */
color: #8dbeee;
background-color: #8dbeee;
/* Tailwind (arbitrary) */
class="text-[#8dbeee] bg-[#8dbeee]"
/* SCSS */
$brand: #8dbeee;
/* SwiftUI */
Color(red: 0.553, green: 0.745, blue: 0.933)
/* Android */
Color.parseColor("#8dbeee")Accessibility — WCAG contrast
Aa
#8dbeee on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8dbeee on black: 10.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.3%
Green74.5%
Blue93.3%
CMYK percentages
Cyan40.8%
Magenta20.2%
Yellow0.0%
Key (black)6.7%
Color previews
#8dbeee text on a black background
contrast 10.73:1
Card sample
#8dbeee text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8dbeee;
Background color
Panel with #8dbeee background
background-color: #8dbeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8dbeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(141, 190, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(141, 190, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8dbeee; background: linear-gradient(135deg, #8dbeee, #9D8DEE);