#85e4e4
a light, vivid cyan · cool · closest name: turquoise
RGB
133, 228, 228
HSL
180°, 64%, 71%
CMYK
42, 0, 0, 11
Luminance
0.6607
Every format
| HEX | #85e4e4 |
| RGB | rgb(133, 228, 228) |
| HSL | hsl(180, 64%, 71%) |
| CMYK | cmyk(42%, 0%, 0%, 11%) |
| LAB | lab(85.0 -28.1 -8.8) |
| LCH | lch(85.0 29.4 197.4) |
| OKLCH | oklch(0.860 0.090 195.6) |
Copy-ready code
/* CSS */
color: #85e4e4;
background-color: #85e4e4;
/* Tailwind (arbitrary) */
class="text-[#85e4e4] bg-[#85e4e4]"
/* SCSS */
$brand: #85e4e4;
/* SwiftUI */
Color(red: 0.522, green: 0.894, blue: 0.894)
/* Android */
Color.parseColor("#85e4e4")Accessibility — WCAG contrast
Aa
#85e4e4 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#85e4e4 on black: 14.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green89.4%
Blue89.4%
CMYK percentages
Cyan41.7%
Magenta0.0%
Yellow0.0%
Key (black)10.6%
Color previews
#85e4e4 text on a black background
contrast 14.21:1
Card sample
#85e4e4 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85e4e4;
Background color
Panel with #85e4e4 background
background-color: #85e4e4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85e4e4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 228, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 228, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85e4e4; background: linear-gradient(135deg, #85e4e4, #85A5E4);