#8fbaec
a light, vivid blue · cool · closest name: skyblue
RGB
143, 186, 236
HSL
212°, 71%, 74%
CMYK
39, 21, 0, 8
Luminance
0.4701
Every format
| HEX | #8fbaec |
| RGB | rgb(143, 186, 236) |
| HSL | hsl(212, 71%, 74%) |
| CMYK | cmyk(39%, 21%, 0%, 8%) |
| LAB | lab(74.2 -1.9 -29.4) |
| LCH | lch(74.2 29.5 266.2) |
| OKLCH | oklch(0.776 0.086 252.6) |
Copy-ready code
/* CSS */
color: #8fbaec;
background-color: #8fbaec;
/* Tailwind (arbitrary) */
class="text-[#8fbaec] bg-[#8fbaec]"
/* SCSS */
$brand: #8fbaec;
/* SwiftUI */
Color(red: 0.561, green: 0.729, blue: 0.925)
/* Android */
Color.parseColor("#8fbaec")Accessibility — WCAG contrast
Aa
#8fbaec on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fbaec on black: 10.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green72.9%
Blue92.5%
CMYK percentages
Cyan39.4%
Magenta21.2%
Yellow0.0%
Key (black)7.5%
Color previews
#8fbaec text on a black background
contrast 10.40:1
Card sample
#8fbaec text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fbaec;
Background color
Panel with #8fbaec background
background-color: #8fbaec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fbaec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 186, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 186, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fbaec; background: linear-gradient(135deg, #8fbaec, #A28FEC);