#91ccc0
a light, soft cyan · cool · closest name: silver
RGB
145, 204, 192
HSL
168°, 37%, 68%
CMYK
29, 0, 6, 20
Luminance
0.5301
Every format
| HEX | #91ccc0 |
| RGB | rgb(145, 204, 192) |
| HSL | hsl(168, 37%, 68%) |
| CMYK | cmyk(29%, 0%, 6%, 20%) |
| LAB | lab(77.9 -21.5 -0.1) |
| LCH | lch(77.9 21.5 180.3) |
| OKLCH | oklch(0.801 0.063 180.6) |
Copy-ready code
/* CSS */
color: #91ccc0;
background-color: #91ccc0;
/* Tailwind (arbitrary) */
class="text-[#91ccc0] bg-[#91ccc0]"
/* SCSS */
$brand: #91ccc0;
/* SwiftUI */
Color(red: 0.569, green: 0.800, blue: 0.753)
/* Android */
Color.parseColor("#91ccc0")Accessibility — WCAG contrast
Aa
#91ccc0 on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#91ccc0 on black: 11.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green80.0%
Blue75.3%
CMYK percentages
Cyan28.9%
Magenta0.0%
Yellow5.9%
Key (black)20.0%
Color previews
#91ccc0 text on a black background
contrast 11.60:1
Card sample
#91ccc0 text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #91ccc0;
Background color
Panel with #91ccc0 background
background-color: #91ccc0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #91ccc0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 204, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 204, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #91ccc0; background: linear-gradient(135deg, #91ccc0, #91B1CC);