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