#affc75
a light, electric green · cool · closest name: khaki
RGB
175, 252, 117
HSL
94°, 96%, 72%
CMYK
31, 0, 54, 1
Luminance
0.8002
Every format
| HEX | #affc75 |
| RGB | rgb(175, 252, 117) |
| HSL | hsl(94, 96%, 72%) |
| CMYK | cmyk(31%, 0%, 54%, 1%) |
| LAB | lab(91.7 -45.8 56.5) |
| LCH | lch(91.7 72.7 129.0) |
| OKLCH | oklch(0.913 0.184 133.5) |
Copy-ready code
/* CSS */
color: #affc75;
background-color: #affc75;
/* Tailwind (arbitrary) */
class="text-[#affc75] bg-[#affc75]"
/* SCSS */
$brand: #affc75;
/* SwiftUI */
Color(red: 0.686, green: 0.988, blue: 0.459)
/* Android */
Color.parseColor("#affc75")Accessibility — WCAG contrast
Aa
#affc75 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#affc75 on black: 17.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green98.8%
Blue45.9%
CMYK percentages
Cyan30.6%
Magenta0.0%
Yellow53.6%
Key (black)1.2%
Color previews
#affc75 text on a black background
contrast 17.00:1
Card sample
#affc75 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #affc75;
Background color
Panel with #affc75 background
background-color: #affc75;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #affc75;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 252, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 252, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #affc75; background: linear-gradient(135deg, #affc75, #75FC95);