#85dfeb
a light, vivid cyan · cool · closest name: skyblue
RGB
133, 223, 235
HSL
187°, 72%, 72%
CMYK
43, 5, 0, 8
Luminance
0.6376
Every format
| HEX | #85dfeb |
| RGB | rgb(133, 223, 235) |
| HSL | hsl(187, 72%, 72%) |
| CMYK | cmyk(43%, 5%, 0%, 8%) |
| LAB | lab(83.8 -23.9 -14.3) |
| LCH | lch(83.8 27.9 210.9) |
| OKLCH | oklch(0.852 0.088 206.6) |
Copy-ready code
/* CSS */
color: #85dfeb;
background-color: #85dfeb;
/* Tailwind (arbitrary) */
class="text-[#85dfeb] bg-[#85dfeb]"
/* SCSS */
$brand: #85dfeb;
/* SwiftUI */
Color(red: 0.522, green: 0.875, blue: 0.922)
/* Android */
Color.parseColor("#85dfeb")Accessibility — WCAG contrast
Aa
#85dfeb on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#85dfeb on black: 13.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green87.5%
Blue92.2%
CMYK percentages
Cyan43.4%
Magenta5.1%
Yellow0.0%
Key (black)7.8%
Color previews
#85dfeb text on a black background
contrast 13.75:1
Card sample
#85dfeb text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85dfeb;
Background color
Panel with #85dfeb background
background-color: #85dfeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85dfeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 223, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 223, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85dfeb; background: linear-gradient(135deg, #85dfeb, #859BEB);