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