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