#85ccdf
a light, vivid cyan · cool · closest name: skyblue
RGB
133, 204, 223
HSL
193°, 58%, 70%
CMYK
40, 9, 0, 13
Luminance
0.5350
Every format
| HEX | #85ccdf |
| RGB | rgb(133, 204, 223) |
| HSL | hsl(193, 58%, 70%) |
| CMYK | cmyk(40%, 9%, 0%, 13%) |
| LAB | lab(78.2 -17.4 -16.4) |
| LCH | lch(78.2 23.9 223.3) |
| OKLCH | oklch(0.805 0.076 216.5) |
Copy-ready code
/* CSS */
color: #85ccdf;
background-color: #85ccdf;
/* Tailwind (arbitrary) */
class="text-[#85ccdf] bg-[#85ccdf]"
/* SCSS */
$brand: #85ccdf;
/* SwiftUI */
Color(red: 0.522, green: 0.800, blue: 0.875)
/* Android */
Color.parseColor("#85ccdf")Accessibility — WCAG contrast
Aa
#85ccdf on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#85ccdf on black: 11.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green80.0%
Blue87.5%
CMYK percentages
Cyan40.4%
Magenta8.5%
Yellow0.0%
Key (black)12.5%
Color previews
#85ccdf text on a black background
contrast 11.70:1
Card sample
#85ccdf text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85ccdf;
Background color
Panel with #85ccdf background
background-color: #85ccdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85ccdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 204, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 204, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85ccdf; background: linear-gradient(135deg, #85ccdf, #8590DF);