#91c4b8
a light, soft cyan · cool · closest name: silver
RGB
145, 196, 184
HSL
166°, 30%, 67%
CMYK
26, 0, 6, 23
Luminance
0.4896
Every format
| HEX | #91c4b8 |
| RGB | rgb(145, 196, 184) |
| HSL | hsl(166, 30%, 67%) |
| CMYK | cmyk(26%, 0%, 6%, 23%) |
| LAB | lab(75.4 -19.2 0.6) |
| LCH | lch(75.4 19.2 178.1) |
| OKLCH | oklch(0.781 0.056 178.6) |
Copy-ready code
/* CSS */
color: #91c4b8;
background-color: #91c4b8;
/* Tailwind (arbitrary) */
class="text-[#91c4b8] bg-[#91c4b8]"
/* SCSS */
$brand: #91c4b8;
/* SwiftUI */
Color(red: 0.569, green: 0.769, blue: 0.722)
/* Android */
Color.parseColor("#91c4b8")Accessibility — WCAG contrast
Aa
#91c4b8 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#91c4b8 on black: 10.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green76.9%
Blue72.2%
CMYK percentages
Cyan26.0%
Magenta0.0%
Yellow6.1%
Key (black)23.1%
Color previews
#91c4b8 text on a black background
contrast 10.79:1
Card sample
#91c4b8 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #91c4b8;
Background color
Panel with #91c4b8 background
background-color: #91c4b8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #91c4b8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 196, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 196, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #91c4b8; background: linear-gradient(135deg, #91c4b8, #91AEC4);