#afd296
a light, soft green · cool · closest name: khaki
RGB
175, 210, 150
HSL
95°, 40%, 71%
CMYK
17, 0, 29, 18
Luminance
0.5741
Every format
| HEX | #afd296 |
| RGB | rgb(175, 210, 150) |
| HSL | hsl(95, 40%, 71%) |
| CMYK | cmyk(17%, 0%, 29%, 18%) |
| LAB | lab(80.4 -22.3 26.0) |
| LCH | lch(80.4 34.3 130.6) |
| OKLCH | oklch(0.823 0.089 132.7) |
Copy-ready code
/* CSS */
color: #afd296;
background-color: #afd296;
/* Tailwind (arbitrary) */
class="text-[#afd296] bg-[#afd296]"
/* SCSS */
$brand: #afd296;
/* SwiftUI */
Color(red: 0.686, green: 0.824, blue: 0.588)
/* Android */
Color.parseColor("#afd296")Accessibility — WCAG contrast
Aa
#afd296 on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd296 on black: 12.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green82.4%
Blue58.8%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow28.6%
Key (black)17.6%
Color previews
#afd296 text on a black background
contrast 12.48:1
Card sample
#afd296 text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd296;
Background color
Panel with #afd296 background
background-color: #afd296;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd296;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 210, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 210, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd296; background: linear-gradient(135deg, #afd296, #96D2A5);