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