#abcdad
a light, soft green · cool · closest name: beige
RGB
171, 205, 173
HSL
124°, 25%, 74%
CMYK
17, 0, 16, 20
Luminance
0.5534
Every format
| HEX | #abcdad |
| RGB | rgb(171, 205, 173) |
| HSL | hsl(124, 25%, 74%) |
| CMYK | cmyk(17%, 0%, 16%, 20%) |
| LAB | lab(79.2 -17.5 12.2) |
| LCH | lch(79.2 21.3 145.0) |
| OKLCH | oklch(0.815 0.057 146.6) |
Copy-ready code
/* CSS */
color: #abcdad;
background-color: #abcdad;
/* Tailwind (arbitrary) */
class="text-[#abcdad] bg-[#abcdad]"
/* SCSS */
$brand: #abcdad;
/* SwiftUI */
Color(red: 0.671, green: 0.804, blue: 0.678)
/* Android */
Color.parseColor("#abcdad")Accessibility — WCAG contrast
Aa
#abcdad on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abcdad on black: 12.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green80.4%
Blue67.8%
CMYK percentages
Cyan16.6%
Magenta0.0%
Yellow15.6%
Key (black)19.6%
Color previews
#abcdad text on a black background
contrast 12.07:1
Card sample
#abcdad text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abcdad;
Background color
Panel with #abcdad background
background-color: #abcdad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abcdad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 205, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 205, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abcdad; background: linear-gradient(135deg, #abcdad, #ABCDC4);