#85a0d6
a light, vivid blue · cool · closest name: steelblue
RGB
133, 160, 214
HSL
220°, 50%, 68%
CMYK
38, 25, 0, 16
Luminance
0.3498
Every format
| HEX | #85a0d6 |
| RGB | rgb(133, 160, 214) |
| HSL | hsl(220, 50%, 68%) |
| CMYK | cmyk(38%, 25%, 0%, 16%) |
| LAB | lab(65.7 3.9 -30.5) |
| LCH | lch(65.7 30.7 277.4) |
| OKLCH | oklch(0.706 0.085 263.8) |
Copy-ready code
/* CSS */
color: #85a0d6;
background-color: #85a0d6;
/* Tailwind (arbitrary) */
class="text-[#85a0d6] bg-[#85a0d6]"
/* SCSS */
$brand: #85a0d6;
/* SwiftUI */
Color(red: 0.522, green: 0.627, blue: 0.839)
/* Android */
Color.parseColor("#85a0d6")Accessibility — WCAG contrast
Aa
#85a0d6 on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#85a0d6 on black: 8.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green62.7%
Blue83.9%
CMYK percentages
Cyan37.9%
Magenta25.2%
Yellow0.0%
Key (black)16.1%
Color previews
#85a0d6 text on a black background
contrast 8.00:1
Card sample
#85a0d6 text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85a0d6;
Background color
Panel with #85a0d6 background
background-color: #85a0d6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85a0d6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 160, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 160, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85a0d6; background: linear-gradient(135deg, #85a0d6, #A085D6);