#91fdec
a light, electric cyan · cool · closest name: turquoise
RGB
145, 253, 236
HSL
171°, 96%, 78%
CMYK
43, 0, 7, 1
Luminance
0.8233
Every format
| HEX | #91fdec |
| RGB | rgb(145, 253, 236) |
| HSL | hsl(171, 96%, 78%) |
| CMYK | cmyk(43%, 0%, 7%, 1%) |
| LAB | lab(92.7 -35.1 -1.6) |
| LCH | lch(92.7 35.2 182.6) |
| OKLCH | oklch(0.924 0.103 182.7) |
Copy-ready code
/* CSS */
color: #91fdec;
background-color: #91fdec;
/* Tailwind (arbitrary) */
class="text-[#91fdec] bg-[#91fdec]"
/* SCSS */
$brand: #91fdec;
/* SwiftUI */
Color(red: 0.569, green: 0.992, blue: 0.925)
/* Android */
Color.parseColor("#91fdec")Accessibility — WCAG contrast
Aa
#91fdec on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#91fdec on black: 17.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green99.2%
Blue92.5%
CMYK percentages
Cyan42.7%
Magenta0.0%
Yellow6.7%
Key (black)0.8%
Color previews
#91fdec text on a black background
contrast 17.47:1
Card sample
#91fdec text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #91fdec;
Background color
Panel with #91fdec background
background-color: #91fdec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #91fdec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 253, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 253, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #91fdec; background: linear-gradient(135deg, #91fdec, #91C6FD);