#afd3bd
a light, soft green · cool · closest name: silver
RGB
175, 211, 189
HSL
143°, 29%, 76%
CMYK
17, 0, 10, 17
Luminance
0.5938
Every format
| HEX | #afd3bd |
| RGB | rgb(175, 211, 189) |
| HSL | hsl(143, 29%, 76%) |
| CMYK | cmyk(17%, 0%, 10%, 17%) |
| LAB | lab(81.5 -16.2 7.0) |
| LCH | lch(81.5 17.6 156.8) |
| OKLCH | oklch(0.835 0.049 158.3) |
Copy-ready code
/* CSS */
color: #afd3bd;
background-color: #afd3bd;
/* Tailwind (arbitrary) */
class="text-[#afd3bd] bg-[#afd3bd]"
/* SCSS */
$brand: #afd3bd;
/* SwiftUI */
Color(red: 0.686, green: 0.827, blue: 0.741)
/* Android */
Color.parseColor("#afd3bd")Accessibility — WCAG contrast
Aa
#afd3bd on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd3bd on black: 12.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green82.7%
Blue74.1%
CMYK percentages
Cyan17.1%
Magenta0.0%
Yellow10.4%
Key (black)17.3%
Color previews
#afd3bd text on a black background
contrast 12.88:1
Card sample
#afd3bd text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd3bd;
Background color
Panel with #afd3bd background
background-color: #afd3bd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd3bd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 211, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 211, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd3bd; background: linear-gradient(135deg, #afd3bd, #AFD1D3);