#8caceb
a light, vivid blue · cool · closest name: steelblue
RGB
140, 172, 235
HSL
220°, 70%, 74%
CMYK
40, 27, 0, 8
Luminance
0.4108
Every format
| HEX | #8caceb |
| RGB | rgb(140, 172, 235) |
| HSL | hsl(220, 70%, 74%) |
| CMYK | cmyk(40%, 27%, 0%, 8%) |
| LAB | lab(70.2 4.8 -35.0) |
| LCH | lch(70.2 35.4 277.7) |
| OKLCH | oklch(0.745 0.098 263.4) |
Copy-ready code
/* CSS */
color: #8caceb;
background-color: #8caceb;
/* Tailwind (arbitrary) */
class="text-[#8caceb] bg-[#8caceb]"
/* SCSS */
$brand: #8caceb;
/* SwiftUI */
Color(red: 0.549, green: 0.675, blue: 0.922)
/* Android */
Color.parseColor("#8caceb")Accessibility — WCAG contrast
Aa
#8caceb on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8caceb on black: 9.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green67.5%
Blue92.2%
CMYK percentages
Cyan40.4%
Magenta26.8%
Yellow0.0%
Key (black)7.8%
Color previews
#8caceb text on a black background
contrast 9.22:1
Card sample
#8caceb text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8caceb;
Background color
Panel with #8caceb background
background-color: #8caceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8caceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 172, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 172, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8caceb; background: linear-gradient(135deg, #8caceb, #AB8CEB);