#87bfac
a balanced, soft green · cool · closest name: silver
RGB
135, 191, 172
HSL
160°, 30%, 64%
CMYK
29, 0, 10, 25
Luminance
0.4539
Every format
| HEX | #87bfac |
| RGB | rgb(135, 191, 172) |
| HSL | hsl(160, 30%, 64%) |
| CMYK | cmyk(29%, 0%, 10%, 25%) |
| LAB | lab(73.2 -22.3 3.8) |
| LCH | lch(73.2 22.6 170.4) |
| OKLCH | oklch(0.760 0.065 171.4) |
Copy-ready code
/* CSS */
color: #87bfac;
background-color: #87bfac;
/* Tailwind (arbitrary) */
class="text-[#87bfac] bg-[#87bfac]"
/* SCSS */
$brand: #87bfac;
/* SwiftUI */
Color(red: 0.529, green: 0.749, blue: 0.675)
/* Android */
Color.parseColor("#87bfac")Accessibility — WCAG contrast
Aa
#87bfac on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#87bfac on black: 10.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green74.9%
Blue67.5%
CMYK percentages
Cyan29.3%
Magenta0.0%
Yellow9.9%
Key (black)25.1%
Color previews
#87bfac text on a black background
contrast 10.08:1
Card sample
#87bfac text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #87bfac;
Background color
Panel with #87bfac background
background-color: #87bfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #87bfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 191, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 191, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #87bfac; background: linear-gradient(135deg, #87bfac, #87ADBF);