#91ceba
a light, soft cyan · cool · closest name: turquoise
RGB
145, 206, 186
HSL
160°, 38%, 69%
CMYK
30, 0, 10, 19
Luminance
0.5371
Every format
| HEX | #91ceba |
| RGB | rgb(145, 206, 186) |
| HSL | hsl(160, 38%, 69%) |
| CMYK | cmyk(30%, 0%, 10%, 19%) |
| LAB | lab(78.3 -23.8 3.7) |
| LCH | lch(78.3 24.0 171.1) |
| OKLCH | oklch(0.804 0.069 172.1) |
Copy-ready code
/* CSS */
color: #91ceba;
background-color: #91ceba;
/* Tailwind (arbitrary) */
class="text-[#91ceba] bg-[#91ceba]"
/* SCSS */
$brand: #91ceba;
/* SwiftUI */
Color(red: 0.569, green: 0.808, blue: 0.729)
/* Android */
Color.parseColor("#91ceba")Accessibility — WCAG contrast
Aa
#91ceba on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#91ceba on black: 11.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green80.8%
Blue72.9%
CMYK percentages
Cyan29.6%
Magenta0.0%
Yellow9.7%
Key (black)19.2%
Color previews
#91ceba text on a black background
contrast 11.74:1
Card sample
#91ceba text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #91ceba;
Background color
Panel with #91ceba background
background-color: #91ceba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #91ceba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 206, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 206, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #91ceba; background: linear-gradient(135deg, #91ceba, #91B9CE);