#85cdff
a light, electric blue · cool · closest name: skyblue
RGB
133, 205, 255
HSL
205°, 100%, 76%
CMYK
48, 20, 0, 0
Luminance
0.5587
Every format
| HEX | #85cdff |
| RGB | rgb(133, 205, 255) |
| HSL | hsl(205, 100%, 76%) |
| CMYK | cmyk(48%, 20%, 0%, 0%) |
| LAB | lab(79.5 -9.4 -31.5) |
| LCH | lch(79.5 32.8 253.4) |
| OKLCH | oklch(0.820 0.101 239.9) |
Copy-ready code
/* CSS */
color: #85cdff;
background-color: #85cdff;
/* Tailwind (arbitrary) */
class="text-[#85cdff] bg-[#85cdff]"
/* SCSS */
$brand: #85cdff;
/* SwiftUI */
Color(red: 0.522, green: 0.804, blue: 1.000)
/* Android */
Color.parseColor("#85cdff")Accessibility — WCAG contrast
Aa
#85cdff on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#85cdff on black: 12.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green80.4%
Blue100.0%
CMYK percentages
Cyan47.8%
Magenta19.6%
Yellow0.0%
Key (black)0.0%
Color previews
#85cdff text on a black background
contrast 12.17:1
Card sample
#85cdff text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85cdff;
Background color
Panel with #85cdff background
background-color: #85cdff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85cdff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 205, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 205, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85cdff; background: linear-gradient(135deg, #85cdff, #8E85FF);