#91fccf
a light, electric green · cool · closest name: aquamarine
RGB
145, 252, 207
HSL
155°, 95%, 78%
CMYK
43, 0, 18, 1
Luminance
0.8015
Every format
| HEX | #91fccf |
| RGB | rgb(145, 252, 207) |
| HSL | hsl(155, 95%, 78%) |
| CMYK | cmyk(43%, 0%, 18%, 1%) |
| LAB | lab(91.8 -41.0 12.0) |
| LCH | lch(91.8 42.7 163.7) |
| OKLCH | oklch(0.914 0.119 164.9) |
Copy-ready code
/* CSS */
color: #91fccf;
background-color: #91fccf;
/* Tailwind (arbitrary) */
class="text-[#91fccf] bg-[#91fccf]"
/* SCSS */
$brand: #91fccf;
/* SwiftUI */
Color(red: 0.569, green: 0.988, blue: 0.812)
/* Android */
Color.parseColor("#91fccf")Accessibility — WCAG contrast
Aa
#91fccf on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#91fccf on black: 17.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green98.8%
Blue81.2%
CMYK percentages
Cyan42.5%
Magenta0.0%
Yellow17.9%
Key (black)1.2%
Color previews
#91fccf text on a black background
contrast 17.03:1
Card sample
#91fccf text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #91fccf;
Background color
Panel with #91fccf background
background-color: #91fccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #91fccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 252, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 252, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #91fccf; background: linear-gradient(135deg, #91fccf, #91E2FC);