#abcfbc
a light, soft green · cool · closest name: silver
RGB
171, 207, 188
HSL
148°, 27%, 74%
CMYK
17, 0, 9, 19
Luminance
0.5691
Every format
| HEX | #abcfbc |
| RGB | rgb(171, 207, 188) |
| HSL | hsl(148, 27%, 74%) |
| CMYK | cmyk(17%, 0%, 9%, 19%) |
| LAB | lab(80.1 -15.7 5.5) |
| LCH | lch(80.1 16.6 160.7) |
| OKLCH | oklch(0.823 0.047 162.2) |
Copy-ready code
/* CSS */
color: #abcfbc;
background-color: #abcfbc;
/* Tailwind (arbitrary) */
class="text-[#abcfbc] bg-[#abcfbc]"
/* SCSS */
$brand: #abcfbc;
/* SwiftUI */
Color(red: 0.671, green: 0.812, blue: 0.737)
/* Android */
Color.parseColor("#abcfbc")Accessibility — WCAG contrast
Aa
#abcfbc on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abcfbc on black: 12.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green81.2%
Blue73.7%
CMYK percentages
Cyan17.4%
Magenta0.0%
Yellow9.2%
Key (black)18.8%
Color previews
#abcfbc text on a black background
contrast 12.38:1
Card sample
#abcfbc text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abcfbc;
Background color
Panel with #abcfbc background
background-color: #abcfbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abcfbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 207, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 207, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abcfbc; background: linear-gradient(135deg, #abcfbc, #ABCACF);