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