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