#85c2c9
a light, soft cyan · cool · closest name: skyblue
RGB
133, 194, 201
HSL
186°, 39%, 66%
CMYK
34, 4, 0, 21
Luminance
0.4779
Every format
| HEX | #85c2c9 |
| RGB | rgb(133, 194, 201) |
| HSL | hsl(186, 39%, 66%) |
| CMYK | cmyk(34%, 4%, 0%, 21%) |
| LAB | lab(74.7 -17.8 -9.8) |
| LCH | lch(74.7 20.3 208.8) |
| OKLCH | oklch(0.775 0.063 205.0) |
Copy-ready code
/* CSS */
color: #85c2c9;
background-color: #85c2c9;
/* Tailwind (arbitrary) */
class="text-[#85c2c9] bg-[#85c2c9]"
/* SCSS */
$brand: #85c2c9;
/* SwiftUI */
Color(red: 0.522, green: 0.761, blue: 0.788)
/* Android */
Color.parseColor("#85c2c9")Accessibility — WCAG contrast
Aa
#85c2c9 on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#85c2c9 on black: 10.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green76.1%
Blue78.8%
CMYK percentages
Cyan33.8%
Magenta3.5%
Yellow0.0%
Key (black)21.2%
Color previews
#85c2c9 text on a black background
contrast 10.56:1
Card sample
#85c2c9 text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85c2c9;
Background color
Panel with #85c2c9 background
background-color: #85c2c9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85c2c9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 194, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 194, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85c2c9; background: linear-gradient(135deg, #85c2c9, #8595C9);