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