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