#85cece
a light, soft cyan · cool · closest name: skyblue
RGB
133, 206, 206
HSL
180°, 43%, 67%
CMYK
35, 0, 0, 19
Luminance
0.5359
Every format
| HEX | #85cece |
| RGB | rgb(133, 206, 206) |
| HSL | hsl(180, 43%, 67%) |
| CMYK | cmyk(35%, 0%, 0%, 19%) |
| LAB | lab(78.2 -22.6 -7.2) |
| LCH | lch(78.2 23.8 197.7) |
| OKLCH | oklch(0.804 0.073 195.8) |
Copy-ready code
/* CSS */
color: #85cece;
background-color: #85cece;
/* Tailwind (arbitrary) */
class="text-[#85cece] bg-[#85cece]"
/* SCSS */
$brand: #85cece;
/* SwiftUI */
Color(red: 0.522, green: 0.808, blue: 0.808)
/* Android */
Color.parseColor("#85cece")Accessibility — WCAG contrast
Aa
#85cece on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#85cece on black: 11.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green80.8%
Blue80.8%
CMYK percentages
Cyan35.4%
Magenta0.0%
Yellow0.0%
Key (black)19.2%
Color previews
#85cece text on a black background
contrast 11.72:1
Card sample
#85cece text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85cece;
Background color
Panel with #85cece background
background-color: #85cece;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85cece;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 206, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 206, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85cece; background: linear-gradient(135deg, #85cece, #859DCE);