#8cbdef
a light, electric blue · cool · closest name: skyblue
RGB
140, 189, 239
HSL
210°, 76%, 74%
CMYK
41, 21, 0, 6
Luminance
0.4820
Every format
| HEX | #8cbdef |
| RGB | rgb(140, 189, 239) |
| HSL | hsl(210, 76%, 74%) |
| CMYK | cmyk(41%, 21%, 0%, 6%) |
| LAB | lab(75.0 -3.5 -29.9) |
| LCH | lch(75.0 30.1 263.3) |
| OKLCH | oklch(0.782 0.089 249.5) |
Copy-ready code
/* CSS */
color: #8cbdef;
background-color: #8cbdef;
/* Tailwind (arbitrary) */
class="text-[#8cbdef] bg-[#8cbdef]"
/* SCSS */
$brand: #8cbdef;
/* SwiftUI */
Color(red: 0.549, green: 0.741, blue: 0.937)
/* Android */
Color.parseColor("#8cbdef")Accessibility — WCAG contrast
Aa
#8cbdef on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cbdef on black: 10.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green74.1%
Blue93.7%
CMYK percentages
Cyan41.4%
Magenta20.9%
Yellow0.0%
Key (black)6.3%
Color previews
#8cbdef text on a black background
contrast 10.64:1
Card sample
#8cbdef text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cbdef;
Background color
Panel with #8cbdef background
background-color: #8cbdef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cbdef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 189, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 189, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cbdef; background: linear-gradient(135deg, #8cbdef, #9D8CEF);