#abbcaf
a light, muted green · cool · closest name: silver
RGB
171, 188, 175
HSL
134°, 11%, 70%
CMYK
9, 0, 7, 26
Luminance
0.4772
Every format
| HEX | #abbcaf |
| RGB | rgb(171, 188, 175) |
| HSL | hsl(134, 11%, 70%) |
| CMYK | cmyk(9%, 0%, 7%, 26%) |
| LAB | lab(74.7 -8.3 4.6) |
| LCH | lch(74.7 9.5 151.2) |
| OKLCH | oklch(0.778 0.026 152.8) |
Copy-ready code
/* CSS */
color: #abbcaf;
background-color: #abbcaf;
/* Tailwind (arbitrary) */
class="text-[#abbcaf] bg-[#abbcaf]"
/* SCSS */
$brand: #abbcaf;
/* SwiftUI */
Color(red: 0.671, green: 0.737, blue: 0.686)
/* Android */
Color.parseColor("#abbcaf")Accessibility — WCAG contrast
Aa
#abbcaf on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abbcaf on black: 10.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green73.7%
Blue68.6%
CMYK percentages
Cyan9.0%
Magenta0.0%
Yellow6.9%
Key (black)26.3%
Color previews
#abbcaf text on a black background
contrast 10.54:1
Card sample
#abbcaf text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abbcaf;
Background color
Panel with #abbcaf background
background-color: #abbcaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abbcaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 188, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 188, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abbcaf; background: linear-gradient(135deg, #abbcaf, #ABBCBA);