#abcdbf
a light, soft green · cool · closest name: silver
RGB
171, 205, 191
HSL
155°, 25%, 74%
CMYK
17, 0, 7, 20
Luminance
0.5608
Every format
| HEX | #abcdbf |
| RGB | rgb(171, 205, 191) |
| HSL | hsl(155, 25%, 74%) |
| CMYK | cmyk(17%, 0%, 7%, 20%) |
| LAB | lab(79.7 -14.1 3.2) |
| LCH | lch(79.7 14.4 167.2) |
| OKLCH | oklch(0.819 0.041 168.4) |
Copy-ready code
/* CSS */
color: #abcdbf;
background-color: #abcdbf;
/* Tailwind (arbitrary) */
class="text-[#abcdbf] bg-[#abcdbf]"
/* SCSS */
$brand: #abcdbf;
/* SwiftUI */
Color(red: 0.671, green: 0.804, blue: 0.749)
/* Android */
Color.parseColor("#abcdbf")Accessibility — WCAG contrast
Aa
#abcdbf on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abcdbf on black: 12.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green80.4%
Blue74.9%
CMYK percentages
Cyan16.6%
Magenta0.0%
Yellow6.8%
Key (black)19.6%
Color previews
#abcdbf text on a black background
contrast 12.22:1
Card sample
#abcdbf text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abcdbf;
Background color
Panel with #abcdbf background
background-color: #abcdbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abcdbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 205, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 205, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abcdbf; background: linear-gradient(135deg, #abcdbf, #ABC4CD);