#85ccc8
a light, soft cyan · cool · closest name: skyblue
RGB
133, 204, 200
HSL
177°, 41%, 66%
CMYK
35, 0, 2, 20
Luminance
0.5234
Every format
| HEX | #85ccc8 |
| RGB | rgb(133, 204, 200) |
| HSL | hsl(177, 41%, 66%) |
| CMYK | cmyk(35%, 0%, 2%, 20%) |
| LAB | lab(77.5 -23.1 -5.1) |
| LCH | lch(77.5 23.6 192.4) |
| OKLCH | oklch(0.797 0.071 191.3) |
Copy-ready code
/* CSS */
color: #85ccc8;
background-color: #85ccc8;
/* Tailwind (arbitrary) */
class="text-[#85ccc8] bg-[#85ccc8]"
/* SCSS */
$brand: #85ccc8;
/* SwiftUI */
Color(red: 0.522, green: 0.800, blue: 0.784)
/* Android */
Color.parseColor("#85ccc8")Accessibility — WCAG contrast
Aa
#85ccc8 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#85ccc8 on black: 11.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green80.0%
Blue78.4%
CMYK percentages
Cyan34.8%
Magenta0.0%
Yellow2.0%
Key (black)20.0%
Color previews
#85ccc8 text on a black background
contrast 11.47:1
Card sample
#85ccc8 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85ccc8;
Background color
Panel with #85ccc8 background
background-color: #85ccc8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85ccc8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 204, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 204, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85ccc8; background: linear-gradient(135deg, #85ccc8, #85A1CC);