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