#85b2eb
a light, vivid blue · cool · closest name: steelblue
RGB
133, 178, 235
HSL
214°, 72%, 72%
CMYK
43, 24, 0, 8
Luminance
0.4283
Every format
| HEX | #85b2eb |
| RGB | rgb(133, 178, 235) |
| HSL | hsl(214, 72%, 72%) |
| CMYK | cmyk(43%, 24%, 0%, 8%) |
| LAB | lab(71.4 -0.4 -33.2) |
| LCH | lch(71.4 33.2 269.4) |
| OKLCH | oklch(0.753 0.096 254.7) |
Copy-ready code
/* CSS */
color: #85b2eb;
background-color: #85b2eb;
/* Tailwind (arbitrary) */
class="text-[#85b2eb] bg-[#85b2eb]"
/* SCSS */
$brand: #85b2eb;
/* SwiftUI */
Color(red: 0.522, green: 0.698, blue: 0.922)
/* Android */
Color.parseColor("#85b2eb")Accessibility — WCAG contrast
Aa
#85b2eb on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#85b2eb on black: 9.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green69.8%
Blue92.2%
CMYK percentages
Cyan43.4%
Magenta24.3%
Yellow0.0%
Key (black)7.8%
Color previews
#85b2eb text on a black background
contrast 9.57:1
Card sample
#85b2eb text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85b2eb;
Background color
Panel with #85b2eb background
background-color: #85b2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85b2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 178, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 178, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85b2eb; background: linear-gradient(135deg, #85b2eb, #9C85EB);