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