#85aef1
a light, electric blue · cool · closest name: steelblue
RGB
133, 174, 241
HSL
217°, 79%, 73%
CMYK
45, 28, 0, 6
Luminance
0.4161
Every format
| HEX | #85aef1 |
| RGB | rgb(133, 174, 241) |
| HSL | hsl(217, 79%, 73%) |
| CMYK | cmyk(45%, 28%, 0%, 6%) |
| LAB | lab(70.6 3.5 -37.8) |
| LCH | lch(70.6 37.9 275.4) |
| OKLCH | oklch(0.747 0.107 260.0) |
Copy-ready code
/* CSS */
color: #85aef1;
background-color: #85aef1;
/* Tailwind (arbitrary) */
class="text-[#85aef1] bg-[#85aef1]"
/* SCSS */
$brand: #85aef1;
/* SwiftUI */
Color(red: 0.522, green: 0.682, blue: 0.945)
/* Android */
Color.parseColor("#85aef1")Accessibility — WCAG contrast
Aa
#85aef1 on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#85aef1 on black: 9.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green68.2%
Blue94.5%
CMYK percentages
Cyan44.8%
Magenta27.8%
Yellow0.0%
Key (black)5.5%
Color previews
#85aef1 text on a black background
contrast 9.32:1
Card sample
#85aef1 text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85aef1;
Background color
Panel with #85aef1 background
background-color: #85aef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85aef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 174, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 174, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85aef1; background: linear-gradient(135deg, #85aef1, #A485F1);