#85dfba
a light, vivid green · cool · closest name: aquamarine
RGB
133, 223, 186
HSL
155°, 58%, 70%
CMYK
40, 0, 17, 13
Luminance
0.6131
Every format
| HEX | #85dfba |
| RGB | rgb(133, 223, 186) |
| HSL | hsl(155, 58%, 70%) |
| CMYK | cmyk(40%, 0%, 17%, 13%) |
| LAB | lab(82.5 -35.3 9.7) |
| LCH | lch(82.5 36.6 164.6) |
| OKLCH | oklch(0.837 0.102 165.8) |
Copy-ready code
/* CSS */
color: #85dfba;
background-color: #85dfba;
/* Tailwind (arbitrary) */
class="text-[#85dfba] bg-[#85dfba]"
/* SCSS */
$brand: #85dfba;
/* SwiftUI */
Color(red: 0.522, green: 0.875, blue: 0.729)
/* Android */
Color.parseColor("#85dfba")Accessibility — WCAG contrast
Aa
#85dfba on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#85dfba on black: 13.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green87.5%
Blue72.9%
CMYK percentages
Cyan40.4%
Magenta0.0%
Yellow16.6%
Key (black)12.5%
Color previews
#85dfba text on a black background
contrast 13.26:1
Card sample
#85dfba text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85dfba;
Background color
Panel with #85dfba background
background-color: #85dfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85dfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 223, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 223, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85dfba; background: linear-gradient(135deg, #85dfba, #85C8DF);