#85bdfd
a light, electric blue · cool · closest name: skyblue
RGB
133, 189, 253
HSL
212°, 97%, 76%
CMYK
47, 25, 0, 1
Luminance
0.4847
Every format
| HEX | #85bdfd |
| RGB | rgb(133, 189, 253) |
| HSL | hsl(212, 97%, 76%) |
| CMYK | cmyk(47%, 25%, 0%, 1%) |
| LAB | lab(75.1 -1.4 -37.2) |
| LCH | lch(75.1 37.2 267.9) |
| OKLCH | oklch(0.784 0.109 252.5) |
Copy-ready code
/* CSS */
color: #85bdfd;
background-color: #85bdfd;
/* Tailwind (arbitrary) */
class="text-[#85bdfd] bg-[#85bdfd]"
/* SCSS */
$brand: #85bdfd;
/* SwiftUI */
Color(red: 0.522, green: 0.741, blue: 0.992)
/* Android */
Color.parseColor("#85bdfd")Accessibility — WCAG contrast
Aa
#85bdfd on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#85bdfd on black: 10.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green74.1%
Blue99.2%
CMYK percentages
Cyan47.4%
Magenta25.3%
Yellow0.0%
Key (black)0.8%
Color previews
#85bdfd text on a black background
contrast 10.69:1
Card sample
#85bdfd text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85bdfd;
Background color
Panel with #85bdfd background
background-color: #85bdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85bdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 189, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 189, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85bdfd; background: linear-gradient(135deg, #85bdfd, #9D85FD);