#91bfac
a light, soft green · cool · closest name: silver
RGB
145, 191, 172
HSL
155°, 26%, 66%
CMYK
24, 0, 10, 25
Luminance
0.4626
Every format
| HEX | #91bfac |
| RGB | rgb(145, 191, 172) |
| HSL | hsl(155, 26%, 66%) |
| CMYK | cmyk(24%, 0%, 10%, 25%) |
| LAB | lab(73.7 -19.1 4.7) |
| LCH | lch(73.7 19.7 166.4) |
| OKLCH | oklch(0.766 0.056 167.6) |
Copy-ready code
/* CSS */
color: #91bfac;
background-color: #91bfac;
/* Tailwind (arbitrary) */
class="text-[#91bfac] bg-[#91bfac]"
/* SCSS */
$brand: #91bfac;
/* SwiftUI */
Color(red: 0.569, green: 0.749, blue: 0.675)
/* Android */
Color.parseColor("#91bfac")Accessibility — WCAG contrast
Aa
#91bfac on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#91bfac on black: 10.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green74.9%
Blue67.5%
CMYK percentages
Cyan24.1%
Magenta0.0%
Yellow9.9%
Key (black)25.1%
Color previews
#91bfac text on a black background
contrast 10.25:1
Card sample
#91bfac text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #91bfac;
Background color
Panel with #91bfac background
background-color: #91bfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #91bfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 191, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 191, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #91bfac; background: linear-gradient(135deg, #91bfac, #91B3BF);