#85a9da
a light, vivid blue · cool · closest name: steelblue
RGB
133, 169, 218
HSL
215°, 54%, 69%
CMYK
39, 23, 0, 15
Luminance
0.3842
Every format
| HEX | #85a9da |
| RGB | rgb(133, 169, 218) |
| HSL | hsl(215, 54%, 69%) |
| CMYK | cmyk(39%, 23%, 0%, 15%) |
| LAB | lab(68.3 -0.0 -28.7) |
| LCH | lch(68.3 28.7 269.9) |
| OKLCH | oklch(0.727 0.082 256.2) |
Copy-ready code
/* CSS */
color: #85a9da;
background-color: #85a9da;
/* Tailwind (arbitrary) */
class="text-[#85a9da] bg-[#85a9da]"
/* SCSS */
$brand: #85a9da;
/* SwiftUI */
Color(red: 0.522, green: 0.663, blue: 0.855)
/* Android */
Color.parseColor("#85a9da")Accessibility — WCAG contrast
Aa
#85a9da on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#85a9da on black: 8.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green66.3%
Blue85.5%
CMYK percentages
Cyan39.0%
Magenta22.5%
Yellow0.0%
Key (black)14.5%
Color previews
#85a9da text on a black background
contrast 8.68:1
Card sample
#85a9da text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85a9da;
Background color
Panel with #85a9da background
background-color: #85a9da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85a9da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 169, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 169, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85a9da; background: linear-gradient(135deg, #85a9da, #9A85DA);