#afdfbf
a light, soft green · cool · closest name: beige
RGB
175, 223, 191
HSL
140°, 43%, 78%
CMYK
22, 0, 14, 13
Luminance
0.6565
Every format
| HEX | #afdfbf |
| RGB | rgb(175, 223, 191) |
| HSL | hsl(140, 43%, 78%) |
| CMYK | cmyk(22%, 0%, 14%, 13%) |
| LAB | lab(84.8 -21.8 10.7) |
| LCH | lch(84.8 24.3 154.0) |
| OKLCH | oklch(0.861 0.067 155.6) |
Copy-ready code
/* CSS */
color: #afdfbf;
background-color: #afdfbf;
/* Tailwind (arbitrary) */
class="text-[#afdfbf] bg-[#afdfbf]"
/* SCSS */
$brand: #afdfbf;
/* SwiftUI */
Color(red: 0.686, green: 0.875, blue: 0.749)
/* Android */
Color.parseColor("#afdfbf")Accessibility — WCAG contrast
Aa
#afdfbf on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdfbf on black: 14.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green87.5%
Blue74.9%
CMYK percentages
Cyan21.5%
Magenta0.0%
Yellow14.3%
Key (black)12.5%
Color previews
#afdfbf text on a black background
contrast 14.13:1
Card sample
#afdfbf text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdfbf;
Background color
Panel with #afdfbf background
background-color: #afdfbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdfbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 223, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 223, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdfbf; background: linear-gradient(135deg, #afdfbf, #AFDFDF);