#91ffdf
a light, electric cyan · cool · closest name: aquamarine
RGB
145, 255, 223
HSL
163°, 100%, 78%
CMYK
43, 0, 13, 0
Luminance
0.8287
Every format
| HEX | #91ffdf |
| RGB | rgb(145, 255, 223) |
| HSL | hsl(163, 100%, 78%) |
| CMYK | cmyk(43%, 0%, 13%, 0%) |
| LAB | lab(93.0 -38.9 5.5) |
| LCH | lch(93.0 39.3 172.0) |
| OKLCH | oklch(0.925 0.112 172.9) |
Copy-ready code
/* CSS */
color: #91ffdf;
background-color: #91ffdf;
/* Tailwind (arbitrary) */
class="text-[#91ffdf] bg-[#91ffdf]"
/* SCSS */
$brand: #91ffdf;
/* SwiftUI */
Color(red: 0.569, green: 1.000, blue: 0.875)
/* Android */
Color.parseColor("#91ffdf")Accessibility — WCAG contrast
Aa
#91ffdf on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#91ffdf on black: 17.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green100.0%
Blue87.5%
CMYK percentages
Cyan43.1%
Magenta0.0%
Yellow12.5%
Key (black)0.0%
Color previews
#91ffdf text on a black background
contrast 17.57:1
Card sample
#91ffdf text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #91ffdf;
Background color
Panel with #91ffdf background
background-color: #91ffdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #91ffdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 255, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 255, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #91ffdf; background: linear-gradient(135deg, #91ffdf, #91D6FF);