#87af8f
a balanced, soft green · cool · closest name: silver
RGB
135, 175, 143
HSL
132°, 20%, 61%
CMYK
23, 0, 18, 31
Luminance
0.3779
Every format
| HEX | #87af8f |
| RGB | rgb(135, 175, 143) |
| HSL | hsl(132, 20%, 61%) |
| CMYK | cmyk(23%, 0%, 18%, 31%) |
| LAB | lab(67.9 -20.0 12.1) |
| LCH | lch(67.9 23.4 148.9) |
| OKLCH | oklch(0.716 0.063 150.6) |
Copy-ready code
/* CSS */
color: #87af8f;
background-color: #87af8f;
/* Tailwind (arbitrary) */
class="text-[#87af8f] bg-[#87af8f]"
/* SCSS */
$brand: #87af8f;
/* SwiftUI */
Color(red: 0.529, green: 0.686, blue: 0.561)
/* Android */
Color.parseColor("#87af8f")Accessibility — WCAG contrast
Aa
#87af8f on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#87af8f on black: 8.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green68.6%
Blue56.1%
CMYK percentages
Cyan22.9%
Magenta0.0%
Yellow18.3%
Key (black)31.4%
Color previews
#87af8f text on a black background
contrast 8.56:1
Card sample
#87af8f text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #87af8f;
Background color
Panel with #87af8f background
background-color: #87af8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #87af8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 175, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 175, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #87af8f; background: linear-gradient(135deg, #87af8f, #87AFAA);