#afdfb1
a light, soft green · cool · closest name: beige
RGB
175, 223, 177
HSL
123°, 43%, 78%
CMYK
22, 0, 21, 13
Luminance
0.6506
Every format
| HEX | #afdfb1 |
| RGB | rgb(175, 223, 177) |
| HSL | hsl(123, 43%, 78%) |
| CMYK | cmyk(22%, 0%, 21%, 13%) |
| LAB | lab(84.5 -24.3 17.6) |
| LCH | lch(84.5 30.0 144.2) |
| OKLCH | oklch(0.858 0.080 145.9) |
Copy-ready code
/* CSS */
color: #afdfb1;
background-color: #afdfb1;
/* Tailwind (arbitrary) */
class="text-[#afdfb1] bg-[#afdfb1]"
/* SCSS */
$brand: #afdfb1;
/* SwiftUI */
Color(red: 0.686, green: 0.875, blue: 0.694)
/* Android */
Color.parseColor("#afdfb1")Accessibility — WCAG contrast
Aa
#afdfb1 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdfb1 on black: 14.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green87.5%
Blue69.4%
CMYK percentages
Cyan21.5%
Magenta0.0%
Yellow20.6%
Key (black)12.5%
Color previews
#afdfb1 text on a black background
contrast 14.01:1
Card sample
#afdfb1 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdfb1;
Background color
Panel with #afdfb1 background
background-color: #afdfb1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdfb1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 223, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 223, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdfb1; background: linear-gradient(135deg, #afdfb1, #AFDFD1);