#85e0e0
a light, vivid cyan · cool · closest name: turquoise
RGB
133, 224, 224
HSL
180°, 60%, 70%
CMYK
41, 0, 0, 12
Luminance
0.6368
Every format
| HEX | #85e0e0 |
| RGB | rgb(133, 224, 224) |
| HSL | hsl(180, 60%, 70%) |
| CMYK | cmyk(41%, 0%, 0%, 12%) |
| LAB | lab(83.8 -27.1 -8.5) |
| LCH | lch(83.8 28.4 197.5) |
| OKLCH | oklch(0.850 0.087 195.6) |
Copy-ready code
/* CSS */
color: #85e0e0;
background-color: #85e0e0;
/* Tailwind (arbitrary) */
class="text-[#85e0e0] bg-[#85e0e0]"
/* SCSS */
$brand: #85e0e0;
/* SwiftUI */
Color(red: 0.522, green: 0.878, blue: 0.878)
/* Android */
Color.parseColor("#85e0e0")Accessibility — WCAG contrast
Aa
#85e0e0 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#85e0e0 on black: 13.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green87.8%
Blue87.8%
CMYK percentages
Cyan40.6%
Magenta0.0%
Yellow0.0%
Key (black)12.2%
Color previews
#85e0e0 text on a black background
contrast 13.74:1
Card sample
#85e0e0 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85e0e0;
Background color
Panel with #85e0e0 background
background-color: #85e0e0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85e0e0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 224, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 224, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85e0e0; background: linear-gradient(135deg, #85e0e0, #85A3E0);