#affc69
a light, electric green · cool · closest name: khaki
RGB
175, 252, 105
HSL
91°, 96%, 70%
CMYK
31, 0, 58, 1
Luminance
0.7975
Every format
| HEX | #affc69 |
| RGB | rgb(175, 252, 105) |
| HSL | hsl(91, 96%, 70%) |
| CMYK | cmyk(31%, 0%, 58%, 1%) |
| LAB | lab(91.6 -46.9 61.6) |
| LCH | lch(91.6 77.5 127.3) |
| OKLCH | oklch(0.911 0.195 132.3) |
Copy-ready code
/* CSS */
color: #affc69;
background-color: #affc69;
/* Tailwind (arbitrary) */
class="text-[#affc69] bg-[#affc69]"
/* SCSS */
$brand: #affc69;
/* SwiftUI */
Color(red: 0.686, green: 0.988, blue: 0.412)
/* Android */
Color.parseColor("#affc69")Accessibility — WCAG contrast
Aa
#affc69 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#affc69 on black: 16.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green98.8%
Blue41.2%
CMYK percentages
Cyan30.6%
Magenta0.0%
Yellow58.3%
Key (black)1.2%
Color previews
#affc69 text on a black background
contrast 16.95:1
Card sample
#affc69 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #affc69;
Background color
Panel with #affc69 background
background-color: #affc69;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #affc69;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 252, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 252, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #affc69; background: linear-gradient(135deg, #affc69, #69FC85);