#8cbfe2
a light, vivid blue · cool · closest name: skyblue
RGB
140, 191, 226
HSL
204°, 60%, 72%
CMYK
38, 16, 0, 11
Luminance
0.4833
Every format
| HEX | #8cbfe2 |
| RGB | rgb(140, 191, 226) |
| HSL | hsl(204, 60%, 72%) |
| CMYK | cmyk(38%, 16%, 0%, 11%) |
| LAB | lab(75.0 -8.0 -22.8) |
| LCH | lch(75.0 24.1 250.6) |
| OKLCH | oklch(0.781 0.073 238.9) |
Copy-ready code
/* CSS */
color: #8cbfe2;
background-color: #8cbfe2;
/* Tailwind (arbitrary) */
class="text-[#8cbfe2] bg-[#8cbfe2]"
/* SCSS */
$brand: #8cbfe2;
/* SwiftUI */
Color(red: 0.549, green: 0.749, blue: 0.886)
/* Android */
Color.parseColor("#8cbfe2")Accessibility — WCAG contrast
Aa
#8cbfe2 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cbfe2 on black: 10.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green74.9%
Blue88.6%
CMYK percentages
Cyan38.1%
Magenta15.5%
Yellow0.0%
Key (black)11.4%
Color previews
#8cbfe2 text on a black background
contrast 10.67:1
Card sample
#8cbfe2 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cbfe2;
Background color
Panel with #8cbfe2 background
background-color: #8cbfe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cbfe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 191, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 191, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cbfe2; background: linear-gradient(135deg, #8cbfe2, #928CE2);