#85decf
a light, vivid cyan · cool · closest name: turquoise
RGB
133, 222, 207
HSL
170°, 57%, 70%
CMYK
40, 0, 7, 13
Luminance
0.6173
Every format
| HEX | #85decf |
| RGB | rgb(133, 222, 207) |
| HSL | hsl(170, 57%, 70%) |
| CMYK | cmyk(40%, 0%, 7%, 13%) |
| LAB | lab(82.8 -30.2 -1.0) |
| LCH | lch(82.8 30.2 182.0) |
| OKLCH | oklch(0.840 0.089 182.1) |
Copy-ready code
/* CSS */
color: #85decf;
background-color: #85decf;
/* Tailwind (arbitrary) */
class="text-[#85decf] bg-[#85decf]"
/* SCSS */
$brand: #85decf;
/* SwiftUI */
Color(red: 0.522, green: 0.871, blue: 0.812)
/* Android */
Color.parseColor("#85decf")Accessibility — WCAG contrast
Aa
#85decf on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#85decf on black: 13.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green87.1%
Blue81.2%
CMYK percentages
Cyan40.1%
Magenta0.0%
Yellow6.8%
Key (black)12.9%
Color previews
#85decf text on a black background
contrast 13.35:1
Card sample
#85decf text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85decf;
Background color
Panel with #85decf background
background-color: #85decf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85decf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 222, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 222, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85decf; background: linear-gradient(135deg, #85decf, #85B2DE);