#affc6c
a light, electric green · cool · closest name: khaki
RGB
175, 252, 108
HSL
92°, 96%, 71%
CMYK
31, 0, 57, 1
Luminance
0.7982
Every format
| HEX | #affc6c |
| RGB | rgb(175, 252, 108) |
| HSL | hsl(92, 96%, 71%) |
| CMYK | cmyk(31%, 0%, 57%, 1%) |
| LAB | lab(91.6 -46.6 60.4) |
| LCH | lch(91.6 76.3 127.7) |
| OKLCH | oklch(0.912 0.192 132.6) |
Copy-ready code
/* CSS */
color: #affc6c;
background-color: #affc6c;
/* Tailwind (arbitrary) */
class="text-[#affc6c] bg-[#affc6c]"
/* SCSS */
$brand: #affc6c;
/* SwiftUI */
Color(red: 0.686, green: 0.988, blue: 0.424)
/* Android */
Color.parseColor("#affc6c")Accessibility — WCAG contrast
Aa
#affc6c on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#affc6c on black: 16.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green98.8%
Blue42.4%
CMYK percentages
Cyan30.6%
Magenta0.0%
Yellow57.1%
Key (black)1.2%
Color previews
#affc6c text on a black background
contrast 16.96:1
Card sample
#affc6c text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #affc6c;
Background color
Panel with #affc6c background
background-color: #affc6c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #affc6c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 252, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 252, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #affc6c; background: linear-gradient(135deg, #affc6c, #6CFC89);