#85f0eb
a light, electric cyan · cool · closest name: turquoise
RGB
133, 240, 235
HSL
177°, 78%, 73%
CMYK
45, 0, 2, 6
Luminance
0.7330
Every format
| HEX | #85f0eb |
| RGB | rgb(133, 240, 235) |
| HSL | hsl(177, 78%, 73%) |
| CMYK | cmyk(45%, 0%, 2%, 6%) |
| LAB | lab(88.6 -32.1 -7.2) |
| LCH | lch(88.6 32.9 192.7) |
| OKLCH | oklch(0.890 0.100 191.6) |
Copy-ready code
/* CSS */
color: #85f0eb;
background-color: #85f0eb;
/* Tailwind (arbitrary) */
class="text-[#85f0eb] bg-[#85f0eb]"
/* SCSS */
$brand: #85f0eb;
/* SwiftUI */
Color(red: 0.522, green: 0.941, blue: 0.922)
/* Android */
Color.parseColor("#85f0eb")Accessibility — WCAG contrast
Aa
#85f0eb on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#85f0eb on black: 15.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green94.1%
Blue92.2%
CMYK percentages
Cyan44.6%
Magenta0.0%
Yellow2.1%
Key (black)5.9%
Color previews
#85f0eb text on a black background
contrast 15.66:1
Card sample
#85f0eb text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85f0eb;
Background color
Panel with #85f0eb background
background-color: #85f0eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85f0eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 240, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 240, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85f0eb; background: linear-gradient(135deg, #85f0eb, #85AEF0);