#91fbcf
a light, electric green · cool · closest name: aquamarine
RGB
145, 251, 207
HSL
155°, 93%, 78%
CMYK
42, 0, 18, 2
Luminance
0.7952
Every format
| HEX | #91fbcf |
| RGB | rgb(145, 251, 207) |
| HSL | hsl(155, 93%, 78%) |
| CMYK | cmyk(42%, 0%, 18%, 2%) |
| LAB | lab(91.5 -40.5 11.6) |
| LCH | lch(91.5 42.1 164.0) |
| OKLCH | oklch(0.912 0.117 165.3) |
Copy-ready code
/* CSS */
color: #91fbcf;
background-color: #91fbcf;
/* Tailwind (arbitrary) */
class="text-[#91fbcf] bg-[#91fbcf]"
/* SCSS */
$brand: #91fbcf;
/* SwiftUI */
Color(red: 0.569, green: 0.984, blue: 0.812)
/* Android */
Color.parseColor("#91fbcf")Accessibility — WCAG contrast
Aa
#91fbcf on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#91fbcf on black: 16.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green98.4%
Blue81.2%
CMYK percentages
Cyan42.2%
Magenta0.0%
Yellow17.5%
Key (black)1.6%
Color previews
#91fbcf text on a black background
contrast 16.90:1
Card sample
#91fbcf text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #91fbcf;
Background color
Panel with #91fbcf background
background-color: #91fbcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #91fbcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 251, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 251, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #91fbcf; background: linear-gradient(135deg, #91fbcf, #91E0FB);