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