#85ade1
a light, vivid blue · cool · closest name: steelblue
RGB
133, 173, 225
HSL
214°, 61%, 70%
CMYK
41, 23, 0, 12
Luminance
0.4031
Every format
| HEX | #85ade1 |
| RGB | rgb(133, 173, 225) |
| HSL | hsl(214, 61%, 70%) |
| CMYK | cmyk(41%, 23%, 0%, 12%) |
| LAB | lab(69.7 -0.3 -30.4) |
| LCH | lch(69.7 30.4 269.3) |
| OKLCH | oklch(0.738 0.087 255.2) |
Copy-ready code
/* CSS */
color: #85ade1;
background-color: #85ade1;
/* Tailwind (arbitrary) */
class="text-[#85ade1] bg-[#85ade1]"
/* SCSS */
$brand: #85ade1;
/* SwiftUI */
Color(red: 0.522, green: 0.678, blue: 0.882)
/* Android */
Color.parseColor("#85ade1")Accessibility — WCAG contrast
Aa
#85ade1 on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#85ade1 on black: 9.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green67.8%
Blue88.2%
CMYK percentages
Cyan40.9%
Magenta23.1%
Yellow0.0%
Key (black)11.8%
Color previews
#85ade1 text on a black background
contrast 9.06:1
Card sample
#85ade1 text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85ade1;
Background color
Panel with #85ade1 background
background-color: #85ade1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85ade1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 173, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 173, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85ade1; background: linear-gradient(135deg, #85ade1, #9A85E1);