#afccb3
a light, soft green · cool · closest name: silver
RGB
175, 204, 179
HSL
128°, 22%, 74%
CMYK
14, 0, 12, 20
Luminance
0.5555
Every format
| HEX | #afccb3 |
| RGB | rgb(175, 204, 179) |
| HSL | hsl(128, 22%, 74%) |
| CMYK | cmyk(14%, 0%, 12%, 20%) |
| LAB | lab(79.4 -14.5 9.2) |
| LCH | lch(79.4 17.2 147.5) |
| OKLCH | oklch(0.817 0.047 149.1) |
Copy-ready code
/* CSS */
color: #afccb3;
background-color: #afccb3;
/* Tailwind (arbitrary) */
class="text-[#afccb3] bg-[#afccb3]"
/* SCSS */
$brand: #afccb3;
/* SwiftUI */
Color(red: 0.686, green: 0.800, blue: 0.702)
/* Android */
Color.parseColor("#afccb3")Accessibility — WCAG contrast
Aa
#afccb3 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afccb3 on black: 12.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green80.0%
Blue70.2%
CMYK percentages
Cyan14.2%
Magenta0.0%
Yellow12.3%
Key (black)20.0%
Color previews
#afccb3 text on a black background
contrast 12.11:1
Card sample
#afccb3 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afccb3;
Background color
Panel with #afccb3 background
background-color: #afccb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afccb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 204, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 204, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afccb3; background: linear-gradient(135deg, #afccb3, #AFCCC6);