#8cb0df
a light, vivid blue · cool · closest name: skyblue
RGB
140, 176, 223
HSL
214°, 57%, 71%
CMYK
37, 21, 0, 13
Luminance
0.4195
Every format
| HEX | #8cb0df |
| RGB | rgb(140, 176, 223) |
| HSL | hsl(214, 57%, 71%) |
| CMYK | cmyk(37%, 21%, 0%, 13%) |
| LAB | lab(70.8 -0.7 -27.5) |
| LCH | lch(70.8 27.6 268.6) |
| OKLCH | oklch(0.748 0.079 255.3) |
Copy-ready code
/* CSS */
color: #8cb0df;
background-color: #8cb0df;
/* Tailwind (arbitrary) */
class="text-[#8cb0df] bg-[#8cb0df]"
/* SCSS */
$brand: #8cb0df;
/* SwiftUI */
Color(red: 0.549, green: 0.690, blue: 0.875)
/* Android */
Color.parseColor("#8cb0df")Accessibility — WCAG contrast
Aa
#8cb0df on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cb0df on black: 9.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green69.0%
Blue87.5%
CMYK percentages
Cyan37.2%
Magenta21.1%
Yellow0.0%
Key (black)12.5%
Color previews
#8cb0df text on a black background
contrast 9.39:1
Card sample
#8cb0df text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cb0df;
Background color
Panel with #8cb0df background
background-color: #8cb0df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cb0df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 176, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 176, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cb0df; background: linear-gradient(135deg, #8cb0df, #9F8CDF);