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