#91eddf
a light, vivid cyan · cool · closest name: turquoise
RGB
145, 237, 223
HSL
171°, 72%, 75%
CMYK
39, 0, 6, 7
Luminance
0.7192
Every format
| HEX | #91eddf |
| RGB | rgb(145, 237, 223) |
| HSL | hsl(171, 72%, 75%) |
| CMYK | cmyk(39%, 0%, 6%, 7%) |
| LAB | lab(87.9 -30.6 -1.9) |
| LCH | lch(87.9 30.7 183.5) |
| OKLCH | oklch(0.885 0.091 183.5) |
Copy-ready code
/* CSS */
color: #91eddf;
background-color: #91eddf;
/* Tailwind (arbitrary) */
class="text-[#91eddf] bg-[#91eddf]"
/* SCSS */
$brand: #91eddf;
/* SwiftUI */
Color(red: 0.569, green: 0.929, blue: 0.875)
/* Android */
Color.parseColor("#91eddf")Accessibility — WCAG contrast
Aa
#91eddf on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#91eddf on black: 15.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green92.9%
Blue87.5%
CMYK percentages
Cyan38.8%
Magenta0.0%
Yellow5.9%
Key (black)7.1%
Color previews
#91eddf text on a black background
contrast 15.38:1
Card sample
#91eddf text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #91eddf;
Background color
Panel with #91eddf background
background-color: #91eddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #91eddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 237, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 237, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #91eddf; background: linear-gradient(135deg, #91eddf, #91BEED);