#85acfd
a light, electric blue · cool · closest name: dodgerblue
RGB
133, 172, 253
HSL
221°, 97%, 76%
CMYK
47, 32, 0, 1
Luminance
0.4158
Every format
| HEX | #85acfd |
| RGB | rgb(133, 172, 253) |
| HSL | hsl(221, 97%, 76%) |
| CMYK | cmyk(47%, 32%, 0%, 1%) |
| LAB | lab(70.6 8.1 -44.3) |
| LCH | lch(70.6 45.0 280.4) |
| OKLCH | oklch(0.749 0.125 264.0) |
Copy-ready code
/* CSS */
color: #85acfd;
background-color: #85acfd;
/* Tailwind (arbitrary) */
class="text-[#85acfd] bg-[#85acfd]"
/* SCSS */
$brand: #85acfd;
/* SwiftUI */
Color(red: 0.522, green: 0.675, blue: 0.992)
/* Android */
Color.parseColor("#85acfd")Accessibility — WCAG contrast
Aa
#85acfd on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#85acfd on black: 9.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green67.5%
Blue99.2%
CMYK percentages
Cyan47.4%
Magenta32.0%
Yellow0.0%
Key (black)0.8%
Color previews
#85acfd text on a black background
contrast 9.32:1
Card sample
#85acfd text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85acfd;
Background color
Panel with #85acfd background
background-color: #85acfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85acfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 172, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 172, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85acfd; background: linear-gradient(135deg, #85acfd, #AE85FD);