#afd4bd
a light, soft green · cool · closest name: silver
RGB
175, 212, 189
HSL
143°, 30%, 76%
CMYK
18, 0, 11, 17
Luminance
0.5988
Every format
| HEX | #afd4bd |
| RGB | rgb(175, 212, 189) |
| HSL | hsl(143, 30%, 76%) |
| CMYK | cmyk(18%, 0%, 11%, 17%) |
| LAB | lab(81.8 -16.7 7.3) |
| LCH | lch(81.8 18.3 156.2) |
| OKLCH | oklch(0.837 0.051 157.8) |
Copy-ready code
/* CSS */
color: #afd4bd;
background-color: #afd4bd;
/* Tailwind (arbitrary) */
class="text-[#afd4bd] bg-[#afd4bd]"
/* SCSS */
$brand: #afd4bd;
/* SwiftUI */
Color(red: 0.686, green: 0.831, blue: 0.741)
/* Android */
Color.parseColor("#afd4bd")Accessibility — WCAG contrast
Aa
#afd4bd on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd4bd on black: 12.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green83.1%
Blue74.1%
CMYK percentages
Cyan17.5%
Magenta0.0%
Yellow10.8%
Key (black)16.9%
Color previews
#afd4bd text on a black background
contrast 12.98:1
Card sample
#afd4bd text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd4bd;
Background color
Panel with #afd4bd background
background-color: #afd4bd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd4bd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 212, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 212, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd4bd; background: linear-gradient(135deg, #afd4bd, #AFD2D4);