#85bceb
a light, vivid blue · cool · closest name: skyblue
RGB
133, 188, 235
HSL
208°, 72%, 72%
CMYK
43, 20, 0, 8
Luminance
0.4695
Every format
| HEX | #85bceb |
| RGB | rgb(133, 188, 235) |
| HSL | hsl(208, 72%, 72%) |
| CMYK | cmyk(43%, 20%, 0%, 8%) |
| LAB | lab(74.2 -5.8 -29.0) |
| LCH | lch(74.2 29.6 258.7) |
| OKLCH | oklch(0.775 0.089 245.1) |
Copy-ready code
/* CSS */
color: #85bceb;
background-color: #85bceb;
/* Tailwind (arbitrary) */
class="text-[#85bceb] bg-[#85bceb]"
/* SCSS */
$brand: #85bceb;
/* SwiftUI */
Color(red: 0.522, green: 0.737, blue: 0.922)
/* Android */
Color.parseColor("#85bceb")Accessibility — WCAG contrast
Aa
#85bceb on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#85bceb on black: 10.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green73.7%
Blue92.2%
CMYK percentages
Cyan43.4%
Magenta20.0%
Yellow0.0%
Key (black)7.8%
Color previews
#85bceb text on a black background
contrast 10.39:1
Card sample
#85bceb text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85bceb;
Background color
Panel with #85bceb background
background-color: #85bceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85bceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 188, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 188, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85bceb; background: linear-gradient(135deg, #85bceb, #9285EB);