#abcfc2
a light, soft green · cool · closest name: silver
RGB
171, 207, 194
HSL
158°, 27%, 74%
CMYK
17, 0, 6, 19
Luminance
0.5718
Every format
| HEX | #abcfc2 |
| RGB | rgb(171, 207, 194) |
| HSL | hsl(158, 27%, 74%) |
| CMYK | cmyk(17%, 0%, 6%, 19%) |
| LAB | lab(80.3 -14.5 2.5) |
| LCH | lch(80.3 14.7 170.3) |
| OKLCH | oklch(0.825 0.042 171.3) |
Copy-ready code
/* CSS */
color: #abcfc2;
background-color: #abcfc2;
/* Tailwind (arbitrary) */
class="text-[#abcfc2] bg-[#abcfc2]"
/* SCSS */
$brand: #abcfc2;
/* SwiftUI */
Color(red: 0.671, green: 0.812, blue: 0.761)
/* Android */
Color.parseColor("#abcfc2")Accessibility — WCAG contrast
Aa
#abcfc2 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abcfc2 on black: 12.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green81.2%
Blue76.1%
CMYK percentages
Cyan17.4%
Magenta0.0%
Yellow6.3%
Key (black)18.8%
Color previews
#abcfc2 text on a black background
contrast 12.44:1
Card sample
#abcfc2 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abcfc2;
Background color
Panel with #abcfc2 background
background-color: #abcfc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abcfc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 207, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 207, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abcfc2; background: linear-gradient(135deg, #abcfc2, #ABC4CF);