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