#85dbeb
a light, vivid cyan · cool · closest name: skyblue
RGB
133, 219, 235
HSL
189°, 72%, 72%
CMYK
43, 7, 0, 8
Luminance
0.6165
Every format
| HEX | #85dbeb |
| RGB | rgb(133, 219, 235) |
| HSL | hsl(189, 72%, 72%) |
| CMYK | cmyk(43%, 7%, 0%, 8%) |
| LAB | lab(82.7 -21.9 -16.0) |
| LCH | lch(82.7 27.1 216.1) |
| OKLCH | oklch(0.843 0.086 210.7) |
Copy-ready code
/* CSS */
color: #85dbeb;
background-color: #85dbeb;
/* Tailwind (arbitrary) */
class="text-[#85dbeb] bg-[#85dbeb]"
/* SCSS */
$brand: #85dbeb;
/* SwiftUI */
Color(red: 0.522, green: 0.859, blue: 0.922)
/* Android */
Color.parseColor("#85dbeb")Accessibility — WCAG contrast
Aa
#85dbeb on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#85dbeb on black: 13.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green85.9%
Blue92.2%
CMYK percentages
Cyan43.4%
Magenta6.8%
Yellow0.0%
Key (black)7.8%
Color previews
#85dbeb text on a black background
contrast 13.33:1
Card sample
#85dbeb text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85dbeb;
Background color
Panel with #85dbeb background
background-color: #85dbeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85dbeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 219, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 219, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85dbeb; background: linear-gradient(135deg, #85dbeb, #8597EB);