#abcfad
a light, soft green · cool · closest name: beige
RGB
171, 207, 173
HSL
123°, 27%, 74%
CMYK
17, 0, 16, 19
Luminance
0.5630
Every format
| HEX | #abcfad |
| RGB | rgb(171, 207, 173) |
| HSL | hsl(123, 27%, 74%) |
| CMYK | cmyk(17%, 0%, 16%, 19%) |
| LAB | lab(79.8 -18.5 13.0) |
| LCH | lch(79.8 22.6 144.8) |
| OKLCH | oklch(0.819 0.061 146.5) |
Copy-ready code
/* CSS */
color: #abcfad;
background-color: #abcfad;
/* Tailwind (arbitrary) */
class="text-[#abcfad] bg-[#abcfad]"
/* SCSS */
$brand: #abcfad;
/* SwiftUI */
Color(red: 0.671, green: 0.812, blue: 0.678)
/* Android */
Color.parseColor("#abcfad")Accessibility — WCAG contrast
Aa
#abcfad on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abcfad on black: 12.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green81.2%
Blue67.8%
CMYK percentages
Cyan17.4%
Magenta0.0%
Yellow16.4%
Key (black)18.8%
Color previews
#abcfad text on a black background
contrast 12.26:1
Card sample
#abcfad text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abcfad;
Background color
Panel with #abcfad background
background-color: #abcfad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abcfad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 207, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 207, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abcfad; background: linear-gradient(135deg, #abcfad, #ABCFC5);