#85f1cd
a light, electric cyan · cool · closest name: aquamarine
RGB
133, 241, 205
HSL
160°, 79%, 73%
CMYK
45, 0, 15, 6
Luminance
0.7230
Every format
| HEX | #85f1cd |
| RGB | rgb(133, 241, 205) |
| HSL | hsl(160, 79%, 73%) |
| CMYK | cmyk(45%, 0%, 15%, 6%) |
| LAB | lab(88.1 -39.5 7.8) |
| LCH | lch(88.1 40.2 168.9) |
| OKLCH | oklch(0.883 0.113 169.9) |
Copy-ready code
/* CSS */
color: #85f1cd;
background-color: #85f1cd;
/* Tailwind (arbitrary) */
class="text-[#85f1cd] bg-[#85f1cd]"
/* SCSS */
$brand: #85f1cd;
/* SwiftUI */
Color(red: 0.522, green: 0.945, blue: 0.804)
/* Android */
Color.parseColor("#85f1cd")Accessibility — WCAG contrast
Aa
#85f1cd on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#85f1cd on black: 15.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green94.5%
Blue80.4%
CMYK percentages
Cyan44.8%
Magenta0.0%
Yellow14.9%
Key (black)5.5%
Color previews
#85f1cd text on a black background
contrast 15.46:1
Card sample
#85f1cd text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85f1cd;
Background color
Panel with #85f1cd background
background-color: #85f1cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85f1cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 241, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 241, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85f1cd; background: linear-gradient(135deg, #85f1cd, #85CDF1);