#85dbe4
a light, vivid cyan · cool · closest name: skyblue
RGB
133, 219, 228
HSL
186°, 64%, 71%
CMYK
42, 4, 0, 11
Luminance
0.6125
Every format
| HEX | #85dbe4 |
| RGB | rgb(133, 219, 228) |
| HSL | hsl(186, 64%, 71%) |
| CMYK | cmyk(42%, 4%, 0%, 11%) |
| LAB | lab(82.5 -23.7 -12.6) |
| LCH | lch(82.5 26.8 208.0) |
| OKLCH | oklch(0.840 0.084 204.3) |
Copy-ready code
/* CSS */
color: #85dbe4;
background-color: #85dbe4;
/* Tailwind (arbitrary) */
class="text-[#85dbe4] bg-[#85dbe4]"
/* SCSS */
$brand: #85dbe4;
/* SwiftUI */
Color(red: 0.522, green: 0.859, blue: 0.894)
/* Android */
Color.parseColor("#85dbe4")Accessibility — WCAG contrast
Aa
#85dbe4 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#85dbe4 on black: 13.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green85.9%
Blue89.4%
CMYK percentages
Cyan41.7%
Magenta3.9%
Yellow0.0%
Key (black)10.6%
Color previews
#85dbe4 text on a black background
contrast 13.25:1
Card sample
#85dbe4 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85dbe4;
Background color
Panel with #85dbe4 background
background-color: #85dbe4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85dbe4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 219, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 219, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85dbe4; background: linear-gradient(135deg, #85dbe4, #859CE4);