#afd099
a light, soft green · cool · closest name: beige
RGB
175, 208, 153
HSL
96°, 37%, 71%
CMYK
16, 0, 26, 18
Luminance
0.5653
Every format
| HEX | #afd099 |
| RGB | rgb(175, 208, 153) |
| HSL | hsl(96, 37%, 71%) |
| CMYK | cmyk(16%, 0%, 26%, 18%) |
| LAB | lab(79.9 -20.9 23.8) |
| LCH | lch(79.9 31.7 131.3) |
| OKLCH | oklch(0.819 0.083 133.2) |
Copy-ready code
/* CSS */
color: #afd099;
background-color: #afd099;
/* Tailwind (arbitrary) */
class="text-[#afd099] bg-[#afd099]"
/* SCSS */
$brand: #afd099;
/* SwiftUI */
Color(red: 0.686, green: 0.816, blue: 0.600)
/* Android */
Color.parseColor("#afd099")Accessibility — WCAG contrast
Aa
#afd099 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd099 on black: 12.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green81.6%
Blue60.0%
CMYK percentages
Cyan15.9%
Magenta0.0%
Yellow26.4%
Key (black)18.4%
Color previews
#afd099 text on a black background
contrast 12.31:1
Card sample
#afd099 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd099;
Background color
Panel with #afd099 background
background-color: #afd099;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd099;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 208, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 208, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd099; background: linear-gradient(135deg, #afd099, #99D0A8);