#afd191
a light, soft green · cool · closest name: khaki
RGB
175, 209, 145
HSL
92°, 41%, 69%
CMYK
16, 0, 31, 18
Luminance
0.5676
Every format
| HEX | #afd191 |
| RGB | rgb(175, 209, 145) |
| HSL | hsl(92, 41%, 69%) |
| CMYK | cmyk(16%, 0%, 31%, 18%) |
| LAB | lab(80.0 -22.6 28.1) |
| LCH | lch(80.0 36.1 128.7) |
| OKLCH | oklch(0.820 0.093 131.0) |
Copy-ready code
/* CSS */
color: #afd191;
background-color: #afd191;
/* Tailwind (arbitrary) */
class="text-[#afd191] bg-[#afd191]"
/* SCSS */
$brand: #afd191;
/* SwiftUI */
Color(red: 0.686, green: 0.820, blue: 0.569)
/* Android */
Color.parseColor("#afd191")Accessibility — WCAG contrast
Aa
#afd191 on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd191 on black: 12.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green82.0%
Blue56.9%
CMYK percentages
Cyan16.3%
Magenta0.0%
Yellow30.6%
Key (black)18.0%
Color previews
#afd191 text on a black background
contrast 12.35:1
Card sample
#afd191 text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd191;
Background color
Panel with #afd191 background
background-color: #afd191;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd191;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 209, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 209, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd191; background: linear-gradient(135deg, #afd191, #91D19E);