#85eade
a light, vivid cyan · cool · closest name: turquoise
RGB
133, 234, 222
HSL
173°, 71%, 72%
CMYK
43, 0, 5, 8
Luminance
0.6911
Every format
| HEX | #85eade |
| RGB | rgb(133, 234, 222) |
| HSL | hsl(173, 71%, 72%) |
| CMYK | cmyk(43%, 0%, 5%, 8%) |
| LAB | lab(86.5 -32.4 -3.4) |
| LCH | lch(86.5 32.6 186.0) |
| OKLCH | oklch(0.872 0.097 185.7) |
Copy-ready code
/* CSS */
color: #85eade;
background-color: #85eade;
/* Tailwind (arbitrary) */
class="text-[#85eade] bg-[#85eade]"
/* SCSS */
$brand: #85eade;
/* SwiftUI */
Color(red: 0.522, green: 0.918, blue: 0.871)
/* Android */
Color.parseColor("#85eade")Accessibility — WCAG contrast
Aa
#85eade on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#85eade on black: 14.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green91.8%
Blue87.1%
CMYK percentages
Cyan43.2%
Magenta0.0%
Yellow5.1%
Key (black)8.2%
Color previews
#85eade text on a black background
contrast 14.82:1
Card sample
#85eade text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85eade;
Background color
Panel with #85eade background
background-color: #85eade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85eade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 234, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 234, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85eade; background: linear-gradient(135deg, #85eade, #85B3EA);