#85affc
a light, electric blue · cool · closest name: steelblue
RGB
133, 175, 252
HSL
219°, 95%, 76%
CMYK
47, 31, 0, 1
Luminance
0.4267
Every format
| HEX | #85affc |
| RGB | rgb(133, 175, 252) |
| HSL | hsl(219, 95%, 76%) |
| CMYK | cmyk(47%, 31%, 0%, 1%) |
| LAB | lab(71.3 6.1 -42.6) |
| LCH | lch(71.3 43.0 278.2) |
| OKLCH | oklch(0.755 0.121 262.0) |
Copy-ready code
/* CSS */
color: #85affc;
background-color: #85affc;
/* Tailwind (arbitrary) */
class="text-[#85affc] bg-[#85affc]"
/* SCSS */
$brand: #85affc;
/* SwiftUI */
Color(red: 0.522, green: 0.686, blue: 0.988)
/* Android */
Color.parseColor("#85affc")Accessibility — WCAG contrast
Aa
#85affc on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#85affc on black: 9.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green68.6%
Blue98.8%
CMYK percentages
Cyan47.2%
Magenta30.6%
Yellow0.0%
Key (black)1.2%
Color previews
#85affc text on a black background
contrast 9.53:1
Card sample
#85affc text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85affc;
Background color
Panel with #85affc background
background-color: #85affc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85affc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 175, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 175, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85affc; background: linear-gradient(135deg, #85affc, #AA85FC);