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