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