#8fabeb
a light, vivid blue · cool · closest name: steelblue
RGB
143, 171, 235
HSL
222°, 70%, 74%
CMYK
39, 27, 0, 8
Luminance
0.4096
Every format
| HEX | #8fabeb |
| RGB | rgb(143, 171, 235) |
| HSL | hsl(222, 70%, 74%) |
| CMYK | cmyk(39%, 27%, 0%, 8%) |
| LAB | lab(70.2 6.1 -35.1) |
| LCH | lch(70.2 35.7 279.8) |
| OKLCH | oklch(0.745 0.098 265.9) |
Copy-ready code
/* CSS */
color: #8fabeb;
background-color: #8fabeb;
/* Tailwind (arbitrary) */
class="text-[#8fabeb] bg-[#8fabeb]"
/* SCSS */
$brand: #8fabeb;
/* SwiftUI */
Color(red: 0.561, green: 0.671, blue: 0.922)
/* Android */
Color.parseColor("#8fabeb")Accessibility — WCAG contrast
Aa
#8fabeb on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fabeb on black: 9.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green67.1%
Blue92.2%
CMYK percentages
Cyan39.1%
Magenta27.2%
Yellow0.0%
Key (black)7.8%
Color previews
#8fabeb text on a black background
contrast 9.19:1
Card sample
#8fabeb text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fabeb;
Background color
Panel with #8fabeb background
background-color: #8fabeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fabeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 171, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 171, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fabeb; background: linear-gradient(135deg, #8fabeb, #B08FEB);