#afd2bf
a light, soft green · cool · closest name: silver
RGB
175, 210, 191
HSL
147°, 28%, 76%
CMYK
17, 0, 9, 18
Luminance
0.5897
Every format
| HEX | #afd2bf |
| RGB | rgb(175, 210, 191) |
| HSL | hsl(147, 28%, 76%) |
| CMYK | cmyk(17%, 0%, 9%, 18%) |
| LAB | lab(81.3 -15.3 5.6) |
| LCH | lch(81.3 16.3 160.0) |
| OKLCH | oklch(0.833 0.046 161.5) |
Copy-ready code
/* CSS */
color: #afd2bf;
background-color: #afd2bf;
/* Tailwind (arbitrary) */
class="text-[#afd2bf] bg-[#afd2bf]"
/* SCSS */
$brand: #afd2bf;
/* SwiftUI */
Color(red: 0.686, green: 0.824, blue: 0.749)
/* Android */
Color.parseColor("#afd2bf")Accessibility — WCAG contrast
Aa
#afd2bf on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd2bf on black: 12.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green82.4%
Blue74.9%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow9.0%
Key (black)17.6%
Color previews
#afd2bf text on a black background
contrast 12.79:1
Card sample
#afd2bf text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd2bf;
Background color
Panel with #afd2bf background
background-color: #afd2bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd2bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 210, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 210, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd2bf; background: linear-gradient(135deg, #afd2bf, #AFCED2);