#85abdf
a light, vivid blue · cool · closest name: steelblue
RGB
133, 171, 223
HSL
215°, 58%, 70%
CMYK
40, 23, 0, 13
Luminance
0.3944
Every format
| HEX | #85abdf |
| RGB | rgb(133, 171, 223) |
| HSL | hsl(215, 58%, 70%) |
| CMYK | cmyk(40%, 23%, 0%, 13%) |
| LAB | lab(69.1 0.2 -30.3) |
| LCH | lch(69.1 30.3 270.4) |
| OKLCH | oklch(0.733 0.087 256.4) |
Copy-ready code
/* CSS */
color: #85abdf;
background-color: #85abdf;
/* Tailwind (arbitrary) */
class="text-[#85abdf] bg-[#85abdf]"
/* SCSS */
$brand: #85abdf;
/* SwiftUI */
Color(red: 0.522, green: 0.671, blue: 0.875)
/* Android */
Color.parseColor("#85abdf")Accessibility — WCAG contrast
Aa
#85abdf on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#85abdf on black: 8.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green67.1%
Blue87.5%
CMYK percentages
Cyan40.4%
Magenta23.3%
Yellow0.0%
Key (black)12.5%
Color previews
#85abdf text on a black background
contrast 8.89:1
Card sample
#85abdf text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85abdf;
Background color
Panel with #85abdf background
background-color: #85abdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85abdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 171, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 171, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85abdf; background: linear-gradient(135deg, #85abdf, #9B85DF);