#affc66
a light, electric green · cool · closest name: yellow
RGB
175, 252, 102
HSL
91°, 96%, 69%
CMYK
31, 0, 60, 1
Luminance
0.7969
Every format
| HEX | #affc66 |
| RGB | rgb(175, 252, 102) |
| HSL | hsl(91, 96%, 69%) |
| CMYK | cmyk(31%, 0%, 60%, 1%) |
| LAB | lab(91.5 -47.2 62.9) |
| LCH | lch(91.5 78.6 126.9) |
| OKLCH | oklch(0.911 0.197 132.1) |
Copy-ready code
/* CSS */
color: #affc66;
background-color: #affc66;
/* Tailwind (arbitrary) */
class="text-[#affc66] bg-[#affc66]"
/* SCSS */
$brand: #affc66;
/* SwiftUI */
Color(red: 0.686, green: 0.988, blue: 0.400)
/* Android */
Color.parseColor("#affc66")Accessibility — WCAG contrast
Aa
#affc66 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#affc66 on black: 16.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green98.8%
Blue40.0%
CMYK percentages
Cyan30.6%
Magenta0.0%
Yellow59.5%
Key (black)1.2%
Color previews
#affc66 text on a black background
contrast 16.94:1
Card sample
#affc66 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #affc66;
Background color
Panel with #affc66 background
background-color: #affc66;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #affc66;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 252, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 252, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #affc66; background: linear-gradient(135deg, #affc66, #66FC81);