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