#afceb7
a light, soft green · cool · closest name: silver
RGB
175, 206, 183
HSL
136°, 24%, 75%
CMYK
15, 0, 11, 19
Luminance
0.5668
Every format
| HEX | #afceb7 |
| RGB | rgb(175, 206, 183) |
| HSL | hsl(136, 24%, 75%) |
| CMYK | cmyk(15%, 0%, 11%, 19%) |
| LAB | lab(80.0 -14.8 8.0) |
| LCH | lch(80.0 16.8 151.6) |
| OKLCH | oklch(0.822 0.046 153.2) |
Copy-ready code
/* CSS */
color: #afceb7;
background-color: #afceb7;
/* Tailwind (arbitrary) */
class="text-[#afceb7] bg-[#afceb7]"
/* SCSS */
$brand: #afceb7;
/* SwiftUI */
Color(red: 0.686, green: 0.808, blue: 0.718)
/* Android */
Color.parseColor("#afceb7")Accessibility — WCAG contrast
Aa
#afceb7 on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afceb7 on black: 12.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green80.8%
Blue71.8%
CMYK percentages
Cyan15.0%
Magenta0.0%
Yellow11.2%
Key (black)19.2%
Color previews
#afceb7 text on a black background
contrast 12.34:1
Card sample
#afceb7 text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afceb7;
Background color
Panel with #afceb7 background
background-color: #afceb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afceb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 206, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 206, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afceb7; background: linear-gradient(135deg, #afceb7, #AFCECC);