#afceb0
a light, soft green · cool · closest name: silver
RGB
175, 206, 176
HSL
122°, 24%, 75%
CMYK
15, 0, 15, 19
Luminance
0.5639
Every format
| HEX | #afceb0 |
| RGB | rgb(175, 206, 176) |
| HSL | hsl(122, 24%, 75%) |
| CMYK | cmyk(15%, 0%, 15%, 19%) |
| LAB | lab(79.8 -16.1 11.5) |
| LCH | lch(79.8 19.8 144.4) |
| OKLCH | oklch(0.820 0.053 145.9) |
Copy-ready code
/* CSS */
color: #afceb0;
background-color: #afceb0;
/* Tailwind (arbitrary) */
class="text-[#afceb0] bg-[#afceb0]"
/* SCSS */
$brand: #afceb0;
/* SwiftUI */
Color(red: 0.686, green: 0.808, blue: 0.690)
/* Android */
Color.parseColor("#afceb0")Accessibility — WCAG contrast
Aa
#afceb0 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afceb0 on black: 12.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green80.8%
Blue69.0%
CMYK percentages
Cyan15.0%
Magenta0.0%
Yellow14.6%
Key (black)19.2%
Color previews
#afceb0 text on a black background
contrast 12.28:1
Card sample
#afceb0 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afceb0;
Background color
Panel with #afceb0 background
background-color: #afceb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afceb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 206, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 206, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afceb0; background: linear-gradient(135deg, #afceb0, #AFCEC5);