#85c2e0
a light, vivid cyan · cool · closest name: skyblue
RGB
133, 194, 224
HSL
200°, 60%, 70%
CMYK
41, 13, 0, 12
Luminance
0.4895
Every format
| HEX | #85c2e0 |
| RGB | rgb(133, 194, 224) |
| HSL | hsl(200, 60%, 70%) |
| CMYK | cmyk(41%, 13%, 0%, 12%) |
| LAB | lab(75.4 -12.0 -21.1) |
| LCH | lch(75.4 24.3 240.5) |
| OKLCH | oklch(0.783 0.076 230.2) |
Copy-ready code
/* CSS */
color: #85c2e0;
background-color: #85c2e0;
/* Tailwind (arbitrary) */
class="text-[#85c2e0] bg-[#85c2e0]"
/* SCSS */
$brand: #85c2e0;
/* SwiftUI */
Color(red: 0.522, green: 0.761, blue: 0.878)
/* Android */
Color.parseColor("#85c2e0")Accessibility — WCAG contrast
Aa
#85c2e0 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#85c2e0 on black: 10.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green76.1%
Blue87.8%
CMYK percentages
Cyan40.6%
Magenta13.4%
Yellow0.0%
Key (black)12.2%
Color previews
#85c2e0 text on a black background
contrast 10.79:1
Card sample
#85c2e0 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85c2e0;
Background color
Panel with #85c2e0 background
background-color: #85c2e0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85c2e0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 194, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 194, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85c2e0; background: linear-gradient(135deg, #85c2e0, #8585E0);