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