#91fcaf
a light, electric green · cool · closest name: aquamarine
RGB
145, 252, 175
HSL
137°, 95%, 78%
CMYK
43, 0, 31, 1
Luminance
0.7874
Every format
| HEX | #91fcaf |
| RGB | rgb(145, 252, 175) |
| HSL | hsl(137, 95%, 78%) |
| CMYK | cmyk(43%, 0%, 31%, 1%) |
| LAB | lab(91.1 -47.0 27.5) |
| LCH | lch(91.1 54.4 149.7) |
| OKLCH | oklch(0.907 0.146 151.6) |
Copy-ready code
/* CSS */
color: #91fcaf;
background-color: #91fcaf;
/* Tailwind (arbitrary) */
class="text-[#91fcaf] bg-[#91fcaf]"
/* SCSS */
$brand: #91fcaf;
/* SwiftUI */
Color(red: 0.569, green: 0.988, blue: 0.686)
/* Android */
Color.parseColor("#91fcaf")Accessibility — WCAG contrast
Aa
#91fcaf on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#91fcaf on black: 16.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green98.8%
Blue68.6%
CMYK percentages
Cyan42.5%
Magenta0.0%
Yellow30.6%
Key (black)1.2%
Color previews
#91fcaf text on a black background
contrast 16.75:1
Card sample
#91fcaf text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #91fcaf;
Background color
Panel with #91fcaf background
background-color: #91fcaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #91fcaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 252, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 252, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #91fcaf; background: linear-gradient(135deg, #91fcaf, #91FCF6);