#85acef
a light, electric blue · cool · closest name: steelblue
RGB
133, 172, 239
HSL
218°, 77%, 73%
CMYK
44, 28, 0, 6
Luminance
0.4072
Every format
| HEX | #85acef |
| RGB | rgb(133, 172, 239) |
| HSL | hsl(218, 77%, 73%) |
| CMYK | cmyk(44%, 28%, 0%, 6%) |
| LAB | lab(70.0 4.1 -37.6) |
| LCH | lch(70.0 37.9 276.2) |
| OKLCH | oklch(0.742 0.106 260.9) |
Copy-ready code
/* CSS */
color: #85acef;
background-color: #85acef;
/* Tailwind (arbitrary) */
class="text-[#85acef] bg-[#85acef]"
/* SCSS */
$brand: #85acef;
/* SwiftUI */
Color(red: 0.522, green: 0.675, blue: 0.937)
/* Android */
Color.parseColor("#85acef")Accessibility — WCAG contrast
Aa
#85acef on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#85acef on black: 9.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green67.5%
Blue93.7%
CMYK percentages
Cyan44.4%
Magenta28.0%
Yellow0.0%
Key (black)6.3%
Color previews
#85acef text on a black background
contrast 9.14:1
Card sample
#85acef text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85acef;
Background color
Panel with #85acef background
background-color: #85acef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85acef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 172, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 172, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85acef; background: linear-gradient(135deg, #85acef, #A485EF);