#abcfba
a light, soft green · cool · closest name: silver
RGB
171, 207, 186
HSL
145°, 27%, 74%
CMYK
17, 0, 10, 19
Luminance
0.5683
Every format
| HEX | #abcfba |
| RGB | rgb(171, 207, 186) |
| HSL | hsl(145, 27%, 74%) |
| CMYK | cmyk(17%, 0%, 10%, 19%) |
| LAB | lab(80.1 -16.1 6.5) |
| LCH | lch(80.1 17.3 158.0) |
| OKLCH | oklch(0.822 0.048 159.6) |
Copy-ready code
/* CSS */
color: #abcfba;
background-color: #abcfba;
/* Tailwind (arbitrary) */
class="text-[#abcfba] bg-[#abcfba]"
/* SCSS */
$brand: #abcfba;
/* SwiftUI */
Color(red: 0.671, green: 0.812, blue: 0.729)
/* Android */
Color.parseColor("#abcfba")Accessibility — WCAG contrast
Aa
#abcfba on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abcfba on black: 12.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green81.2%
Blue72.9%
CMYK percentages
Cyan17.4%
Magenta0.0%
Yellow10.1%
Key (black)18.8%
Color previews
#abcfba text on a black background
contrast 12.37:1
Card sample
#abcfba text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abcfba;
Background color
Panel with #abcfba background
background-color: #abcfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abcfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 207, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 207, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abcfba; background: linear-gradient(135deg, #abcfba, #ABCCCF);