#8fbceb
a light, vivid blue · cool · closest name: skyblue
RGB
143, 188, 235
HSL
211°, 70%, 74%
CMYK
39, 20, 0, 8
Luminance
0.4780
Every format
| HEX | #8fbceb |
| RGB | rgb(143, 188, 235) |
| HSL | hsl(211, 70%, 74%) |
| CMYK | cmyk(39%, 20%, 0%, 8%) |
| LAB | lab(74.7 -3.3 -28.1) |
| LCH | lch(74.7 28.3 263.3) |
| OKLCH | oklch(0.780 0.083 250.0) |
Copy-ready code
/* CSS */
color: #8fbceb;
background-color: #8fbceb;
/* Tailwind (arbitrary) */
class="text-[#8fbceb] bg-[#8fbceb]"
/* SCSS */
$brand: #8fbceb;
/* SwiftUI */
Color(red: 0.561, green: 0.737, blue: 0.922)
/* Android */
Color.parseColor("#8fbceb")Accessibility — WCAG contrast
Aa
#8fbceb on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fbceb on black: 10.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green73.7%
Blue92.2%
CMYK percentages
Cyan39.1%
Magenta20.0%
Yellow0.0%
Key (black)7.8%
Color previews
#8fbceb text on a black background
contrast 10.56:1
Card sample
#8fbceb text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fbceb;
Background color
Panel with #8fbceb background
background-color: #8fbceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fbceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 188, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 188, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fbceb; background: linear-gradient(135deg, #8fbceb, #9F8FEB);