#91fdbb
a light, electric green · cool · closest name: aquamarine
RGB
145, 253, 187
HSL
143°, 96%, 78%
CMYK
43, 0, 26, 1
Luminance
0.7986
Every format
| HEX | #91fdbb |
| RGB | rgb(145, 253, 187) |
| HSL | hsl(143, 96%, 78%) |
| CMYK | cmyk(43%, 0%, 26%, 1%) |
| LAB | lab(91.6 -45.3 22.1) |
| LCH | lch(91.6 50.4 154.0) |
| OKLCH | oklch(0.912 0.136 155.7) |
Copy-ready code
/* CSS */
color: #91fdbb;
background-color: #91fdbb;
/* Tailwind (arbitrary) */
class="text-[#91fdbb] bg-[#91fdbb]"
/* SCSS */
$brand: #91fdbb;
/* SwiftUI */
Color(red: 0.569, green: 0.992, blue: 0.733)
/* Android */
Color.parseColor("#91fdbb")Accessibility — WCAG contrast
Aa
#91fdbb on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#91fdbb on black: 16.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green99.2%
Blue73.3%
CMYK percentages
Cyan42.7%
Magenta0.0%
Yellow26.1%
Key (black)0.8%
Color previews
#91fdbb text on a black background
contrast 16.97:1
Card sample
#91fdbb text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #91fdbb;
Background color
Panel with #91fdbb background
background-color: #91fdbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #91fdbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 253, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 253, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #91fdbb; background: linear-gradient(135deg, #91fdbb, #91F7FD);