#91eedb
a light, vivid cyan · cool · closest name: turquoise
RGB
145, 238, 219
HSL
168°, 73%, 75%
CMYK
39, 0, 8, 7
Luminance
0.7228
Every format
| HEX | #91eedb |
| RGB | rgb(145, 238, 219) |
| HSL | hsl(168, 73%, 75%) |
| CMYK | cmyk(39%, 0%, 8%, 7%) |
| LAB | lab(88.1 -32.0 0.5) |
| LCH | lch(88.1 32.0 179.1) |
| OKLCH | oklch(0.886 0.093 179.5) |
Copy-ready code
/* CSS */
color: #91eedb;
background-color: #91eedb;
/* Tailwind (arbitrary) */
class="text-[#91eedb] bg-[#91eedb]"
/* SCSS */
$brand: #91eedb;
/* SwiftUI */
Color(red: 0.569, green: 0.933, blue: 0.859)
/* Android */
Color.parseColor("#91eedb")Accessibility — WCAG contrast
Aa
#91eedb on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#91eedb on black: 15.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green93.3%
Blue85.9%
CMYK percentages
Cyan39.1%
Magenta0.0%
Yellow8.0%
Key (black)6.7%
Color previews
#91eedb text on a black background
contrast 15.46:1
Card sample
#91eedb text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #91eedb;
Background color
Panel with #91eedb background
background-color: #91eedb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #91eedb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 238, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 238, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #91eedb; background: linear-gradient(135deg, #91eedb, #91C3EE);