#abcbac
a light, soft green · cool · closest name: silver
RGB
171, 203, 172
HSL
122°, 24%, 73%
CMYK
16, 0, 15, 20
Luminance
0.5435
Every format
| HEX | #abcbac |
| RGB | rgb(171, 203, 172) |
| HSL | hsl(122, 24%, 73%) |
| CMYK | cmyk(16%, 0%, 15%, 20%) |
| LAB | lab(78.7 -16.6 11.9) |
| LCH | lch(78.7 20.5 144.3) |
| OKLCH | oklch(0.810 0.055 145.9) |
Copy-ready code
/* CSS */
color: #abcbac;
background-color: #abcbac;
/* Tailwind (arbitrary) */
class="text-[#abcbac] bg-[#abcbac]"
/* SCSS */
$brand: #abcbac;
/* SwiftUI */
Color(red: 0.671, green: 0.796, blue: 0.675)
/* Android */
Color.parseColor("#abcbac")Accessibility — WCAG contrast
Aa
#abcbac on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abcbac on black: 11.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green79.6%
Blue67.5%
CMYK percentages
Cyan15.8%
Magenta0.0%
Yellow15.3%
Key (black)20.4%
Color previews
#abcbac text on a black background
contrast 11.87:1
Card sample
#abcbac text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abcbac;
Background color
Panel with #abcbac background
background-color: #abcbac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abcbac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 203, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 203, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abcbac; background: linear-gradient(135deg, #abcbac, #ABCBC1);