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