#91dfba
a light, vivid green · cool · closest name: aquamarine
RGB
145, 223, 186
HSL
152°, 55%, 72%
CMYK
35, 0, 17, 13
Luminance
0.6234
Every format
| HEX | #91dfba |
| RGB | rgb(145, 223, 186) |
| HSL | hsl(152, 55%, 72%) |
| CMYK | cmyk(35%, 0%, 17%, 13%) |
| LAB | lab(83.1 -31.9 10.6) |
| LCH | lch(83.1 33.7 161.6) |
| OKLCH | oklch(0.843 0.093 163.0) |
Copy-ready code
/* CSS */
color: #91dfba;
background-color: #91dfba;
/* Tailwind (arbitrary) */
class="text-[#91dfba] bg-[#91dfba]"
/* SCSS */
$brand: #91dfba;
/* SwiftUI */
Color(red: 0.569, green: 0.875, blue: 0.729)
/* Android */
Color.parseColor("#91dfba")Accessibility — WCAG contrast
Aa
#91dfba on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#91dfba on black: 13.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green87.5%
Blue72.9%
CMYK percentages
Cyan35.0%
Magenta0.0%
Yellow16.6%
Key (black)12.5%
Color previews
#91dfba text on a black background
contrast 13.47:1
Card sample
#91dfba text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #91dfba;
Background color
Panel with #91dfba background
background-color: #91dfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #91dfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 223, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 223, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #91dfba; background: linear-gradient(135deg, #91dfba, #91D0DF);