#91fdda
a light, electric cyan · cool · closest name: aquamarine
RGB
145, 253, 218
HSL
161°, 96%, 78%
CMYK
43, 0, 14, 1
Luminance
0.8133
Every format
| HEX | #91fdda |
| RGB | rgb(145, 253, 218) |
| HSL | hsl(161, 96%, 78%) |
| CMYK | cmyk(43%, 0%, 14%, 1%) |
| LAB | lab(92.3 -39.1 7.1) |
| LCH | lch(92.3 39.7 169.8) |
| OKLCH | oklch(0.919 0.112 170.8) |
Copy-ready code
/* CSS */
color: #91fdda;
background-color: #91fdda;
/* Tailwind (arbitrary) */
class="text-[#91fdda] bg-[#91fdda]"
/* SCSS */
$brand: #91fdda;
/* SwiftUI */
Color(red: 0.569, green: 0.992, blue: 0.855)
/* Android */
Color.parseColor("#91fdda")Accessibility — WCAG contrast
Aa
#91fdda on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#91fdda on black: 17.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green99.2%
Blue85.5%
CMYK percentages
Cyan42.7%
Magenta0.0%
Yellow13.8%
Key (black)0.8%
Color previews
#91fdda text on a black background
contrast 17.27:1
Card sample
#91fdda text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #91fdda;
Background color
Panel with #91fdda background
background-color: #91fdda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #91fdda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 253, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 253, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #91fdda; background: linear-gradient(135deg, #91fdda, #91D8FD);