#91fdbf
a light, electric green · cool · closest name: aquamarine
RGB
145, 253, 191
HSL
146°, 96%, 78%
CMYK
43, 0, 25, 1
Luminance
0.8003
Every format
| HEX | #91fdbf |
| RGB | rgb(145, 253, 191) |
| HSL | hsl(146, 96%, 78%) |
| CMYK | cmyk(43%, 0%, 25%, 1%) |
| LAB | lab(91.7 -44.5 20.1) |
| LCH | lch(91.7 48.9 155.7) |
| OKLCH | oklch(0.913 0.133 157.2) |
Copy-ready code
/* CSS */
color: #91fdbf;
background-color: #91fdbf;
/* Tailwind (arbitrary) */
class="text-[#91fdbf] bg-[#91fdbf]"
/* SCSS */
$brand: #91fdbf;
/* SwiftUI */
Color(red: 0.569, green: 0.992, blue: 0.749)
/* Android */
Color.parseColor("#91fdbf")Accessibility — WCAG contrast
Aa
#91fdbf on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#91fdbf on black: 17.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green99.2%
Blue74.9%
CMYK percentages
Cyan42.7%
Magenta0.0%
Yellow24.5%
Key (black)0.8%
Color previews
#91fdbf text on a black background
contrast 17.01:1
Card sample
#91fdbf text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #91fdbf;
Background color
Panel with #91fdbf background
background-color: #91fdbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #91fdbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 253, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 253, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #91fdbf; background: linear-gradient(135deg, #91fdbf, #91F3FD);