#afd094
a light, soft green · cool · closest name: khaki
RGB
175, 208, 148
HSL
93°, 39%, 70%
CMYK
16, 0, 29, 18
Luminance
0.5636
Every format
| HEX | #afd094 |
| RGB | rgb(175, 208, 148) |
| HSL | hsl(93, 39%, 70%) |
| CMYK | cmyk(16%, 0%, 29%, 18%) |
| LAB | lab(79.8 -21.6 26.3) |
| LCH | lch(79.8 34.1 129.5) |
| OKLCH | oklch(0.818 0.088 131.5) |
Copy-ready code
/* CSS */
color: #afd094;
background-color: #afd094;
/* Tailwind (arbitrary) */
class="text-[#afd094] bg-[#afd094]"
/* SCSS */
$brand: #afd094;
/* SwiftUI */
Color(red: 0.686, green: 0.816, blue: 0.580)
/* Android */
Color.parseColor("#afd094")Accessibility — WCAG contrast
Aa
#afd094 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd094 on black: 12.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green81.6%
Blue58.0%
CMYK percentages
Cyan15.9%
Magenta0.0%
Yellow28.8%
Key (black)18.4%
Color previews
#afd094 text on a black background
contrast 12.27:1
Card sample
#afd094 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd094;
Background color
Panel with #afd094 background
background-color: #afd094;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd094;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 208, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 208, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd094; background: linear-gradient(135deg, #afd094, #94D0A1);