#91eade
a light, vivid cyan · cool · closest name: turquoise
RGB
145, 234, 222
HSL
172°, 68%, 74%
CMYK
38, 0, 5, 8
Luminance
0.7014
Every format
| HEX | #91eade |
| RGB | rgb(145, 234, 222) |
| HSL | hsl(172, 68%, 74%) |
| CMYK | cmyk(38%, 0%, 5%, 8%) |
| LAB | lab(87.1 -29.4 -2.6) |
| LCH | lch(87.1 29.5 185.1) |
| OKLCH | oklch(0.878 0.088 184.9) |
Copy-ready code
/* CSS */
color: #91eade;
background-color: #91eade;
/* Tailwind (arbitrary) */
class="text-[#91eade] bg-[#91eade]"
/* SCSS */
$brand: #91eade;
/* SwiftUI */
Color(red: 0.569, green: 0.918, blue: 0.871)
/* Android */
Color.parseColor("#91eade")Accessibility — WCAG contrast
Aa
#91eade on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#91eade on black: 15.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green91.8%
Blue87.1%
CMYK percentages
Cyan38.0%
Magenta0.0%
Yellow5.1%
Key (black)8.2%
Color previews
#91eade text on a black background
contrast 15.03:1
Card sample
#91eade text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #91eade;
Background color
Panel with #91eade background
background-color: #91eade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #91eade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 234, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 234, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #91eade; background: linear-gradient(135deg, #91eade, #91BBEA);