#85f3cd
a light, electric green · cool · closest name: aquamarine
RGB
133, 243, 205
HSL
159°, 82%, 74%
CMYK
45, 0, 16, 5
Luminance
0.7350
Every format
| HEX | #85f3cd |
| RGB | rgb(133, 243, 205) |
| HSL | hsl(159, 82%, 74%) |
| CMYK | cmyk(45%, 0%, 16%, 5%) |
| LAB | lab(88.7 -40.4 8.6) |
| LCH | lch(88.7 41.3 168.0) |
| OKLCH | oklch(0.888 0.116 169.1) |
Copy-ready code
/* CSS */
color: #85f3cd;
background-color: #85f3cd;
/* Tailwind (arbitrary) */
class="text-[#85f3cd] bg-[#85f3cd]"
/* SCSS */
$brand: #85f3cd;
/* SwiftUI */
Color(red: 0.522, green: 0.953, blue: 0.804)
/* Android */
Color.parseColor("#85f3cd")Accessibility — WCAG contrast
Aa
#85f3cd on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#85f3cd on black: 15.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green95.3%
Blue80.4%
CMYK percentages
Cyan45.3%
Magenta0.0%
Yellow15.6%
Key (black)4.7%
Color previews
#85f3cd text on a black background
contrast 15.70:1
Card sample
#85f3cd text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85f3cd;
Background color
Panel with #85f3cd background
background-color: #85f3cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85f3cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 243, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 243, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85f3cd; background: linear-gradient(135deg, #85f3cd, #85D0F3);