#afd0bd
a light, soft green · cool · closest name: silver
RGB
175, 208, 189
HSL
146°, 26%, 75%
CMYK
16, 0, 9, 18
Luminance
0.5790
Every format
| HEX | #afd0bd |
| RGB | rgb(175, 208, 189) |
| HSL | hsl(146, 26%, 75%) |
| CMYK | cmyk(16%, 0%, 9%, 18%) |
| LAB | lab(80.7 -14.7 5.8) |
| LCH | lch(80.7 15.8 158.5) |
| OKLCH | oklch(0.828 0.044 160.0) |
Copy-ready code
/* CSS */
color: #afd0bd;
background-color: #afd0bd;
/* Tailwind (arbitrary) */
class="text-[#afd0bd] bg-[#afd0bd]"
/* SCSS */
$brand: #afd0bd;
/* SwiftUI */
Color(red: 0.686, green: 0.816, blue: 0.741)
/* Android */
Color.parseColor("#afd0bd")Accessibility — WCAG contrast
Aa
#afd0bd on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd0bd on black: 12.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green81.6%
Blue74.1%
CMYK percentages
Cyan15.9%
Magenta0.0%
Yellow9.1%
Key (black)18.4%
Color previews
#afd0bd text on a black background
contrast 12.58:1
Card sample
#afd0bd text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd0bd;
Background color
Panel with #afd0bd background
background-color: #afd0bd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd0bd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 208, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 208, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd0bd; background: linear-gradient(135deg, #afd0bd, #AFCDD0);