#abccab
a light, soft green · cool · closest name: beige
RGB
171, 204, 171
HSL
120°, 24%, 74%
CMYK
16, 0, 16, 20
Luminance
0.5478
Every format
| HEX | #abccab |
| RGB | rgb(171, 204, 171) |
| HSL | hsl(120, 24%, 74%) |
| CMYK | cmyk(16%, 0%, 16%, 20%) |
| LAB | lab(78.9 -17.3 12.8) |
| LCH | lch(78.9 21.6 143.4) |
| OKLCH | oklch(0.812 0.058 145.0) |
Copy-ready code
/* CSS */
color: #abccab;
background-color: #abccab;
/* Tailwind (arbitrary) */
class="text-[#abccab] bg-[#abccab]"
/* SCSS */
$brand: #abccab;
/* SwiftUI */
Color(red: 0.671, green: 0.800, blue: 0.671)
/* Android */
Color.parseColor("#abccab")Accessibility — WCAG contrast
Aa
#abccab on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abccab on black: 11.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green80.0%
Blue67.1%
CMYK percentages
Cyan16.2%
Magenta0.0%
Yellow16.2%
Key (black)20.0%
Color previews
#abccab text on a black background
contrast 11.96:1
Card sample
#abccab text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abccab;
Background color
Panel with #abccab background
background-color: #abccab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abccab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 204, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 204, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abccab; background: linear-gradient(135deg, #abccab, #ABCCC1);