#85fdce
a light, electric green · cool · closest name: aquamarine
RGB
133, 253, 206
HSL
157°, 97%, 76%
CMYK
47, 0, 19, 1
Luminance
0.7969
Every format
| HEX | #85fdce |
| RGB | rgb(133, 253, 206) |
| HSL | hsl(157, 97%, 76%) |
| CMYK | cmyk(47%, 0%, 19%, 1%) |
| LAB | lab(91.5 -44.5 12.1) |
| LCH | lch(91.5 46.2 164.8) |
| OKLCH | oklch(0.911 0.128 165.9) |
Copy-ready code
/* CSS */
color: #85fdce;
background-color: #85fdce;
/* Tailwind (arbitrary) */
class="text-[#85fdce] bg-[#85fdce]"
/* SCSS */
$brand: #85fdce;
/* SwiftUI */
Color(red: 0.522, green: 0.992, blue: 0.808)
/* Android */
Color.parseColor("#85fdce")Accessibility — WCAG contrast
Aa
#85fdce on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#85fdce on black: 16.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green99.2%
Blue80.8%
CMYK percentages
Cyan47.4%
Magenta0.0%
Yellow18.6%
Key (black)0.8%
Color previews
#85fdce text on a black background
contrast 16.94:1
Card sample
#85fdce text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85fdce;
Background color
Panel with #85fdce background
background-color: #85fdce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85fdce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 253, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 253, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85fdce; background: linear-gradient(135deg, #85fdce, #85DCFD);