#91ebda
a light, vivid cyan · cool · closest name: turquoise
RGB
145, 235, 218
HSL
169°, 69%, 75%
CMYK
38, 0, 7, 8
Luminance
0.7050
Every format
| HEX | #91ebda |
| RGB | rgb(145, 235, 218) |
| HSL | hsl(169, 69%, 75%) |
| CMYK | cmyk(38%, 0%, 7%, 8%) |
| LAB | lab(87.2 -30.8 -0.3) |
| LCH | lch(87.2 30.8 180.5) |
| OKLCH | oklch(0.879 0.090 180.7) |
Copy-ready code
/* CSS */
color: #91ebda;
background-color: #91ebda;
/* Tailwind (arbitrary) */
class="text-[#91ebda] bg-[#91ebda]"
/* SCSS */
$brand: #91ebda;
/* SwiftUI */
Color(red: 0.569, green: 0.922, blue: 0.855)
/* Android */
Color.parseColor("#91ebda")Accessibility — WCAG contrast
Aa
#91ebda on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#91ebda on black: 15.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green92.2%
Blue85.5%
CMYK percentages
Cyan38.3%
Magenta0.0%
Yellow7.2%
Key (black)7.8%
Color previews
#91ebda text on a black background
contrast 15.10:1
Card sample
#91ebda text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #91ebda;
Background color
Panel with #91ebda background
background-color: #91ebda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #91ebda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 235, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 235, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #91ebda; background: linear-gradient(135deg, #91ebda, #91C0EB);