#91cbba
a light, soft cyan · cool · closest name: silver
RGB
145, 203, 186
HSL
162°, 36%, 68%
CMYK
29, 0, 8, 20
Luminance
0.5228
Every format
| HEX | #91cbba |
| RGB | rgb(145, 203, 186) |
| HSL | hsl(162, 36%, 68%) |
| CMYK | cmyk(29%, 0%, 8%, 20%) |
| LAB | lab(77.4 -22.3 2.5) |
| LCH | lch(77.4 22.4 173.6) |
| OKLCH | oklch(0.797 0.065 174.5) |
Copy-ready code
/* CSS */
color: #91cbba;
background-color: #91cbba;
/* Tailwind (arbitrary) */
class="text-[#91cbba] bg-[#91cbba]"
/* SCSS */
$brand: #91cbba;
/* SwiftUI */
Color(red: 0.569, green: 0.796, blue: 0.729)
/* Android */
Color.parseColor("#91cbba")Accessibility — WCAG contrast
Aa
#91cbba on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#91cbba on black: 11.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green79.6%
Blue72.9%
CMYK percentages
Cyan28.6%
Magenta0.0%
Yellow8.4%
Key (black)20.4%
Color previews
#91cbba text on a black background
contrast 11.46:1
Card sample
#91cbba text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #91cbba;
Background color
Panel with #91cbba background
background-color: #91cbba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #91cbba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 203, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 203, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #91cbba; background: linear-gradient(135deg, #91cbba, #91B5CB);