#85a0ff
a light, electric blue · warm · closest name: dodgerblue
RGB
133, 160, 255
HSL
227°, 100%, 76%
CMYK
48, 37, 0, 0
Luminance
0.3735
Every format
| HEX | #85a0ff |
| RGB | rgb(133, 160, 255) |
| HSL | hsl(227, 100%, 76%) |
| CMYK | cmyk(48%, 37%, 0%, 0%) |
| LAB | lab(67.5 15.5 -50.2) |
| LCH | lch(67.5 52.5 287.2) |
| OKLCH | oklch(0.726 0.142 270.6) |
Copy-ready code
/* CSS */
color: #85a0ff;
background-color: #85a0ff;
/* Tailwind (arbitrary) */
class="text-[#85a0ff] bg-[#85a0ff]"
/* SCSS */
$brand: #85a0ff;
/* SwiftUI */
Color(red: 0.522, green: 0.627, blue: 1.000)
/* Android */
Color.parseColor("#85a0ff")Accessibility — WCAG contrast
Aa
#85a0ff on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#85a0ff on black: 8.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green62.7%
Blue100.0%
CMYK percentages
Cyan47.8%
Magenta37.3%
Yellow0.0%
Key (black)0.0%
Color previews
#85a0ff text on a black background
contrast 8.47:1
Card sample
#85a0ff text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85a0ff;
Background color
Panel with #85a0ff background
background-color: #85a0ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85a0ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 160, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 160, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85a0ff; background: linear-gradient(135deg, #85a0ff, #BB85FF);