#85bbe4
a light, vivid blue · cool · closest name: skyblue
RGB
133, 187, 228
HSL
206°, 64%, 71%
CMYK
42, 18, 0, 11
Luminance
0.4613
Every format
| HEX | #85bbe4 |
| RGB | rgb(133, 187, 228) |
| HSL | hsl(206, 64%, 71%) |
| CMYK | cmyk(42%, 18%, 0%, 11%) |
| LAB | lab(73.6 -7.2 -26.0) |
| LCH | lch(73.6 27.0 254.6) |
| OKLCH | oklch(0.769 0.082 241.8) |
Copy-ready code
/* CSS */
color: #85bbe4;
background-color: #85bbe4;
/* Tailwind (arbitrary) */
class="text-[#85bbe4] bg-[#85bbe4]"
/* SCSS */
$brand: #85bbe4;
/* SwiftUI */
Color(red: 0.522, green: 0.733, blue: 0.894)
/* Android */
Color.parseColor("#85bbe4")Accessibility — WCAG contrast
Aa
#85bbe4 on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#85bbe4 on black: 10.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green73.3%
Blue89.4%
CMYK percentages
Cyan41.7%
Magenta18.0%
Yellow0.0%
Key (black)10.6%
Color previews
#85bbe4 text on a black background
contrast 10.23:1
Card sample
#85bbe4 text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85bbe4;
Background color
Panel with #85bbe4 background
background-color: #85bbe4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85bbe4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 187, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 187, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85bbe4; background: linear-gradient(135deg, #85bbe4, #8E85E4);