#91facf
a light, electric green · cool · closest name: aquamarine
RGB
145, 250, 207
HSL
155°, 91%, 78%
CMYK
42, 0, 17, 2
Luminance
0.7890
Every format
| HEX | #91facf |
| RGB | rgb(145, 250, 207) |
| HSL | hsl(155, 91%, 78%) |
| CMYK | cmyk(42%, 0%, 17%, 2%) |
| LAB | lab(91.2 -40.1 11.2) |
| LCH | lch(91.2 41.6 164.4) |
| OKLCH | oklch(0.910 0.116 165.6) |
Copy-ready code
/* CSS */
color: #91facf;
background-color: #91facf;
/* Tailwind (arbitrary) */
class="text-[#91facf] bg-[#91facf]"
/* SCSS */
$brand: #91facf;
/* SwiftUI */
Color(red: 0.569, green: 0.980, blue: 0.812)
/* Android */
Color.parseColor("#91facf")Accessibility — WCAG contrast
Aa
#91facf on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#91facf on black: 16.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green98.0%
Blue81.2%
CMYK percentages
Cyan42.0%
Magenta0.0%
Yellow17.2%
Key (black)2.0%
Color previews
#91facf text on a black background
contrast 16.78:1
Card sample
#91facf text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #91facf;
Background color
Panel with #91facf background
background-color: #91facf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #91facf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 250, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 250, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #91facf; background: linear-gradient(135deg, #91facf, #91DFFA);