#91dfad
a light, vivid green · cool · closest name: aquamarine
RGB
145, 223, 173
HSL
142°, 55%, 72%
CMYK
35, 0, 22, 13
Luminance
0.6181
Every format
| HEX | #91dfad |
| RGB | rgb(145, 223, 173) |
| HSL | hsl(142, 55%, 72%) |
| CMYK | cmyk(35%, 0%, 22%, 13%) |
| LAB | lab(82.8 -34.5 17.0) |
| LCH | lch(82.8 38.5 153.7) |
| OKLCH | oklch(0.840 0.105 155.3) |
Copy-ready code
/* CSS */
color: #91dfad;
background-color: #91dfad;
/* Tailwind (arbitrary) */
class="text-[#91dfad] bg-[#91dfad]"
/* SCSS */
$brand: #91dfad;
/* SwiftUI */
Color(red: 0.569, green: 0.875, blue: 0.678)
/* Android */
Color.parseColor("#91dfad")Accessibility — WCAG contrast
Aa
#91dfad on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#91dfad on black: 13.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green87.5%
Blue67.8%
CMYK percentages
Cyan35.0%
Magenta0.0%
Yellow22.4%
Key (black)12.5%
Color previews
#91dfad text on a black background
contrast 13.36:1
Card sample
#91dfad text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #91dfad;
Background color
Panel with #91dfad background
background-color: #91dfad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #91dfad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 223, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 223, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #91dfad; background: linear-gradient(135deg, #91dfad, #91DDDF);