#85cfff
a light, electric blue · cool · closest name: skyblue
RGB
133, 207, 255
HSL
204°, 100%, 76%
CMYK
48, 19, 0, 0
Luminance
0.5683
Every format
| HEX | #85cfff |
| RGB | rgb(133, 207, 255) |
| HSL | hsl(204, 100%, 76%) |
| CMYK | cmyk(48%, 19%, 0%, 0%) |
| LAB | lab(80.1 -10.4 -30.6) |
| LCH | lch(80.1 32.4 251.2) |
| OKLCH | oklch(0.824 0.100 238.1) |
Copy-ready code
/* CSS */
color: #85cfff;
background-color: #85cfff;
/* Tailwind (arbitrary) */
class="text-[#85cfff] bg-[#85cfff]"
/* SCSS */
$brand: #85cfff;
/* SwiftUI */
Color(red: 0.522, green: 0.812, blue: 1.000)
/* Android */
Color.parseColor("#85cfff")Accessibility — WCAG contrast
Aa
#85cfff on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#85cfff on black: 12.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green81.2%
Blue100.0%
CMYK percentages
Cyan47.8%
Magenta18.8%
Yellow0.0%
Key (black)0.0%
Color previews
#85cfff text on a black background
contrast 12.37:1
Card sample
#85cfff text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85cfff;
Background color
Panel with #85cfff background
background-color: #85cfff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85cfff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 207, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 207, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85cfff; background: linear-gradient(135deg, #85cfff, #8C85FF);