#85bafd
a light, electric blue · cool · closest name: steelblue
RGB
133, 186, 253
HSL
214°, 97%, 76%
CMYK
47, 27, 0, 1
Luminance
0.4720
Every format
| HEX | #85bafd |
| RGB | rgb(133, 186, 253) |
| HSL | hsl(214, 97%, 76%) |
| CMYK | cmyk(47%, 27%, 0%, 1%) |
| LAB | lab(74.3 0.3 -38.5) |
| LCH | lch(74.3 38.5 270.4) |
| OKLCH | oklch(0.778 0.112 254.7) |
Copy-ready code
/* CSS */
color: #85bafd;
background-color: #85bafd;
/* Tailwind (arbitrary) */
class="text-[#85bafd] bg-[#85bafd]"
/* SCSS */
$brand: #85bafd;
/* SwiftUI */
Color(red: 0.522, green: 0.729, blue: 0.992)
/* Android */
Color.parseColor("#85bafd")Accessibility — WCAG contrast
Aa
#85bafd on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#85bafd on black: 10.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green72.9%
Blue99.2%
CMYK percentages
Cyan47.4%
Magenta26.5%
Yellow0.0%
Key (black)0.8%
Color previews
#85bafd text on a black background
contrast 10.44:1
Card sample
#85bafd text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85bafd;
Background color
Panel with #85bafd background
background-color: #85bafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85bafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 186, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 186, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85bafd; background: linear-gradient(135deg, #85bafd, #A085FD);