#85aceb
a light, vivid blue · cool · closest name: steelblue
RGB
133, 172, 235
HSL
217°, 72%, 72%
CMYK
43, 27, 0, 8
Luminance
0.4049
Every format
| HEX | #85aceb |
| RGB | rgb(133, 172, 235) |
| HSL | hsl(217, 72%, 72%) |
| CMYK | cmyk(43%, 27%, 0%, 8%) |
| LAB | lab(69.8 3.0 -35.7) |
| LCH | lch(69.8 35.8 274.8) |
| OKLCH | oklch(0.741 0.101 259.8) |
Copy-ready code
/* CSS */
color: #85aceb;
background-color: #85aceb;
/* Tailwind (arbitrary) */
class="text-[#85aceb] bg-[#85aceb]"
/* SCSS */
$brand: #85aceb;
/* SwiftUI */
Color(red: 0.522, green: 0.675, blue: 0.922)
/* Android */
Color.parseColor("#85aceb")Accessibility — WCAG contrast
Aa
#85aceb on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#85aceb on black: 9.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green67.5%
Blue92.2%
CMYK percentages
Cyan43.4%
Magenta26.8%
Yellow0.0%
Key (black)7.8%
Color previews
#85aceb text on a black background
contrast 9.10:1
Card sample
#85aceb text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85aceb;
Background color
Panel with #85aceb background
background-color: #85aceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85aceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 172, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 172, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85aceb; background: linear-gradient(135deg, #85aceb, #A285EB);