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