#85c0cf
a light, soft cyan · cool · closest name: skyblue
RGB
133, 192, 207
HSL
192°, 44%, 67%
CMYK
36, 7, 0, 19
Luminance
0.4719
Every format
| HEX | #85c0cf |
| RGB | rgb(133, 192, 207) |
| HSL | hsl(192, 44%, 67%) |
| CMYK | cmyk(36%, 7%, 0%, 19%) |
| LAB | lab(74.3 -15.3 -13.6) |
| LCH | lch(74.3 20.4 221.7) |
| OKLCH | oklch(0.773 0.064 215.4) |
Copy-ready code
/* CSS */
color: #85c0cf;
background-color: #85c0cf;
/* Tailwind (arbitrary) */
class="text-[#85c0cf] bg-[#85c0cf]"
/* SCSS */
$brand: #85c0cf;
/* SwiftUI */
Color(red: 0.522, green: 0.753, blue: 0.812)
/* Android */
Color.parseColor("#85c0cf")Accessibility — WCAG contrast
Aa
#85c0cf on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#85c0cf on black: 10.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green75.3%
Blue81.2%
CMYK percentages
Cyan35.7%
Magenta7.2%
Yellow0.0%
Key (black)18.8%
Color previews
#85c0cf text on a black background
contrast 10.44:1
Card sample
#85c0cf text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85c0cf;
Background color
Panel with #85c0cf background
background-color: #85c0cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85c0cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 192, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 192, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85c0cf; background: linear-gradient(135deg, #85c0cf, #858FCF);