#afe968
a light, vivid green · cool · closest name: khaki
RGB
175, 233, 104
HSL
87°, 75%, 66%
CMYK
25, 0, 55, 9
Luminance
0.6839
Every format
| HEX | #afe968 |
| RGB | rgb(175, 233, 104) |
| HSL | hsl(87, 75%, 66%) |
| CMYK | cmyk(25%, 0%, 55%, 9%) |
| LAB | lab(86.2 -38.7 55.9) |
| LCH | lch(86.2 68.0 124.7) |
| OKLCH | oklch(0.868 0.170 129.6) |
Copy-ready code
/* CSS */
color: #afe968;
background-color: #afe968;
/* Tailwind (arbitrary) */
class="text-[#afe968] bg-[#afe968]"
/* SCSS */
$brand: #afe968;
/* SwiftUI */
Color(red: 0.686, green: 0.914, blue: 0.408)
/* Android */
Color.parseColor("#afe968")Accessibility — WCAG contrast
Aa
#afe968 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afe968 on black: 14.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green91.4%
Blue40.8%
CMYK percentages
Cyan24.9%
Magenta0.0%
Yellow55.4%
Key (black)8.6%
Color previews
#afe968 text on a black background
contrast 14.68:1
Card sample
#afe968 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afe968;
Background color
Panel with #afe968 background
background-color: #afe968;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afe968;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 233, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 233, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afe968; background: linear-gradient(135deg, #afe968, #68E977);