#85afeb
a light, vivid blue · cool · closest name: steelblue
RGB
133, 175, 235
HSL
215°, 72%, 72%
CMYK
43, 26, 0, 8
Luminance
0.4164
Every format
| HEX | #85afeb |
| RGB | rgb(133, 175, 235) |
| HSL | hsl(215, 72%, 72%) |
| CMYK | cmyk(43%, 26%, 0%, 8%) |
| LAB | lab(70.6 1.3 -34.5) |
| LCH | lch(70.6 34.5 272.2) |
| OKLCH | oklch(0.747 0.099 257.3) |
Copy-ready code
/* CSS */
color: #85afeb;
background-color: #85afeb;
/* Tailwind (arbitrary) */
class="text-[#85afeb] bg-[#85afeb]"
/* SCSS */
$brand: #85afeb;
/* SwiftUI */
Color(red: 0.522, green: 0.686, blue: 0.922)
/* Android */
Color.parseColor("#85afeb")Accessibility — WCAG contrast
Aa
#85afeb on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#85afeb on black: 9.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green68.6%
Blue92.2%
CMYK percentages
Cyan43.4%
Magenta25.5%
Yellow0.0%
Key (black)7.8%
Color previews
#85afeb text on a black background
contrast 9.33:1
Card sample
#85afeb text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85afeb;
Background color
Panel with #85afeb background
background-color: #85afeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85afeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 175, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 175, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85afeb; background: linear-gradient(135deg, #85afeb, #9F85EB);