#afccbf
a light, soft green · cool · closest name: silver
RGB
175, 204, 191
HSL
153°, 22%, 74%
CMYK
14, 0, 6, 20
Luminance
0.5606
Every format
| HEX | #afccbf |
| RGB | rgb(175, 204, 191) |
| HSL | hsl(153, 22%, 74%) |
| CMYK | cmyk(14%, 0%, 6%, 20%) |
| LAB | lab(79.7 -12.3 3.2) |
| LCH | lch(79.7 12.7 165.3) |
| OKLCH | oklch(0.820 0.036 166.6) |
Copy-ready code
/* CSS */
color: #afccbf;
background-color: #afccbf;
/* Tailwind (arbitrary) */
class="text-[#afccbf] bg-[#afccbf]"
/* SCSS */
$brand: #afccbf;
/* SwiftUI */
Color(red: 0.686, green: 0.800, blue: 0.749)
/* Android */
Color.parseColor("#afccbf")Accessibility — WCAG contrast
Aa
#afccbf on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afccbf on black: 12.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green80.0%
Blue74.9%
CMYK percentages
Cyan14.2%
Magenta0.0%
Yellow6.4%
Key (black)20.0%
Color previews
#afccbf text on a black background
contrast 12.21:1
Card sample
#afccbf text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afccbf;
Background color
Panel with #afccbf background
background-color: #afccbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afccbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 204, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 204, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afccbf; background: linear-gradient(135deg, #afccbf, #AFC6CC);