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