#85c7ff
a light, electric blue · cool · closest name: skyblue
RGB
133, 199, 255
HSL
208°, 100%, 76%
CMYK
48, 22, 0, 0
Luminance
0.5305
Every format
| HEX | #85c7ff |
| RGB | rgb(133, 199, 255) |
| HSL | hsl(208, 100%, 76%) |
| CMYK | cmyk(48%, 22%, 0%, 0%) |
| LAB | lab(77.9 -6.2 -34.0) |
| LCH | lch(77.9 34.5 259.7) |
| OKLCH | oklch(0.807 0.104 245.2) |
Copy-ready code
/* CSS */
color: #85c7ff;
background-color: #85c7ff;
/* Tailwind (arbitrary) */
class="text-[#85c7ff] bg-[#85c7ff]"
/* SCSS */
$brand: #85c7ff;
/* SwiftUI */
Color(red: 0.522, green: 0.780, blue: 1.000)
/* Android */
Color.parseColor("#85c7ff")Accessibility — WCAG contrast
Aa
#85c7ff on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#85c7ff on black: 11.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green78.0%
Blue100.0%
CMYK percentages
Cyan47.8%
Magenta22.0%
Yellow0.0%
Key (black)0.0%
Color previews
#85c7ff text on a black background
contrast 11.61:1
Card sample
#85c7ff text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85c7ff;
Background color
Panel with #85c7ff background
background-color: #85c7ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85c7ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 199, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 199, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85c7ff; background: linear-gradient(135deg, #85c7ff, #9485FF);