#85c2cd
a light, soft cyan · cool · closest name: skyblue
RGB
133, 194, 205
HSL
189°, 42%, 66%
CMYK
35, 5, 0, 20
Luminance
0.4798
Every format
| HEX | #85c2cd |
| RGB | rgb(133, 194, 205) |
| HSL | hsl(189, 42%, 66%) |
| CMYK | cmyk(35%, 5%, 0%, 20%) |
| LAB | lab(74.8 -16.8 -11.8) |
| LCH | lch(74.8 20.5 215.0) |
| OKLCH | oklch(0.776 0.064 210.0) |
Copy-ready code
/* CSS */
color: #85c2cd;
background-color: #85c2cd;
/* Tailwind (arbitrary) */
class="text-[#85c2cd] bg-[#85c2cd]"
/* SCSS */
$brand: #85c2cd;
/* SwiftUI */
Color(red: 0.522, green: 0.761, blue: 0.804)
/* Android */
Color.parseColor("#85c2cd")Accessibility — WCAG contrast
Aa
#85c2cd on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#85c2cd on black: 10.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green76.1%
Blue80.4%
CMYK percentages
Cyan35.1%
Magenta5.4%
Yellow0.0%
Key (black)19.6%
Color previews
#85c2cd text on a black background
contrast 10.60:1
Card sample
#85c2cd text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85c2cd;
Background color
Panel with #85c2cd background
background-color: #85c2cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85c2cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 194, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 194, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85c2cd; background: linear-gradient(135deg, #85c2cd, #8592CD);