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