#85cec2
a light, soft cyan · cool · closest name: turquoise
RGB
133, 206, 194
HSL
170°, 43%, 67%
CMYK
35, 0, 6, 19
Luminance
0.5302
Every format
| HEX | #85cec2 |
| RGB | rgb(133, 206, 194) |
| HSL | hsl(170, 43%, 67%) |
| CMYK | cmyk(35%, 0%, 6%, 19%) |
| LAB | lab(77.9 -25.4 -1.3) |
| LCH | lch(77.9 25.5 182.8) |
| OKLCH | oklch(0.800 0.075 182.9) |
Copy-ready code
/* CSS */
color: #85cec2;
background-color: #85cec2;
/* Tailwind (arbitrary) */
class="text-[#85cec2] bg-[#85cec2]"
/* SCSS */
$brand: #85cec2;
/* SwiftUI */
Color(red: 0.522, green: 0.808, blue: 0.761)
/* Android */
Color.parseColor("#85cec2")Accessibility — WCAG contrast
Aa
#85cec2 on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#85cec2 on black: 11.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green80.8%
Blue76.1%
CMYK percentages
Cyan35.4%
Magenta0.0%
Yellow5.8%
Key (black)19.2%
Color previews
#85cec2 text on a black background
contrast 11.60:1
Card sample
#85cec2 text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85cec2;
Background color
Panel with #85cec2 background
background-color: #85cec2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85cec2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 206, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 206, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85cec2; background: linear-gradient(135deg, #85cec2, #85A9CE);