#8bbcee
a light, vivid blue · cool · closest name: skyblue
RGB
139, 188, 238
HSL
210°, 74%, 74%
CMYK
42, 21, 0, 7
Luminance
0.4763
Every format
| HEX | #8bbcee |
| RGB | rgb(139, 188, 238) |
| HSL | hsl(210, 74%, 74%) |
| CMYK | cmyk(42%, 21%, 0%, 7%) |
| LAB | lab(74.6 -3.5 -29.9) |
| LCH | lch(74.6 30.1 263.3) |
| OKLCH | oklch(0.779 0.089 249.5) |
Copy-ready code
/* CSS */
color: #8bbcee;
background-color: #8bbcee;
/* Tailwind (arbitrary) */
class="text-[#8bbcee] bg-[#8bbcee]"
/* SCSS */
$brand: #8bbcee;
/* SwiftUI */
Color(red: 0.545, green: 0.737, blue: 0.933)
/* Android */
Color.parseColor("#8bbcee")Accessibility — WCAG contrast
Aa
#8bbcee on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8bbcee on black: 10.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green73.7%
Blue93.3%
CMYK percentages
Cyan41.6%
Magenta21.0%
Yellow0.0%
Key (black)6.7%
Color previews
#8bbcee text on a black background
contrast 10.53:1
Card sample
#8bbcee text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8bbcee;
Background color
Panel with #8bbcee background
background-color: #8bbcee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8bbcee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 188, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 188, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8bbcee; background: linear-gradient(135deg, #8bbcee, #9C8BEE);