#85cfad
a light, soft green · cool · closest name: turquoise
RGB
133, 207, 173
HSL
152°, 44%, 67%
CMYK
36, 0, 16, 19
Luminance
0.5263
Every format
| HEX | #85cfad |
| RGB | rgb(133, 207, 173) |
| HSL | hsl(152, 44%, 67%) |
| CMYK | cmyk(36%, 0%, 16%, 19%) |
| LAB | lab(77.7 -30.5 9.7) |
| LCH | lch(77.7 32.0 162.4) |
| OKLCH | oklch(0.796 0.089 163.7) |
Copy-ready code
/* CSS */
color: #85cfad;
background-color: #85cfad;
/* Tailwind (arbitrary) */
class="text-[#85cfad] bg-[#85cfad]"
/* SCSS */
$brand: #85cfad;
/* SwiftUI */
Color(red: 0.522, green: 0.812, blue: 0.678)
/* Android */
Color.parseColor("#85cfad")Accessibility — WCAG contrast
Aa
#85cfad on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#85cfad on black: 11.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green81.2%
Blue67.8%
CMYK percentages
Cyan35.7%
Magenta0.0%
Yellow16.4%
Key (black)18.8%
Color previews
#85cfad text on a black background
contrast 11.53:1
Card sample
#85cfad text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85cfad;
Background color
Panel with #85cfad background
background-color: #85cfad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85cfad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 207, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 207, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85cfad; background: linear-gradient(135deg, #85cfad, #85C0CF);