#85b1ff
a light, electric blue · cool · closest name: dodgerblue
RGB
133, 177, 255
HSL
218°, 100%, 76%
CMYK
48, 31, 0, 0
Luminance
0.4365
Every format
| HEX | #85b1ff |
| RGB | rgb(133, 177, 255) |
| HSL | hsl(218, 100%, 76%) |
| CMYK | cmyk(48%, 31%, 0%, 0%) |
| LAB | lab(72.0 5.9 -43.2) |
| LCH | lch(72.0 43.6 277.7) |
| OKLCH | oklch(0.760 0.123 261.4) |
Copy-ready code
/* CSS */
color: #85b1ff;
background-color: #85b1ff;
/* Tailwind (arbitrary) */
class="text-[#85b1ff] bg-[#85b1ff]"
/* SCSS */
$brand: #85b1ff;
/* SwiftUI */
Color(red: 0.522, green: 0.694, blue: 1.000)
/* Android */
Color.parseColor("#85b1ff")Accessibility — WCAG contrast
Aa
#85b1ff on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#85b1ff on black: 9.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green69.4%
Blue100.0%
CMYK percentages
Cyan47.8%
Magenta30.6%
Yellow0.0%
Key (black)0.0%
Color previews
#85b1ff text on a black background
contrast 9.73:1
Card sample
#85b1ff text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85b1ff;
Background color
Panel with #85b1ff background
background-color: #85b1ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85b1ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 177, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 177, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85b1ff; background: linear-gradient(135deg, #85b1ff, #AA85FF);