#afc461
a balanced, vivid green · cool · closest name: khaki
RGB
175, 196, 97
HSL
73°, 46%, 58%
CMYK
11, 0, 51, 23
Luminance
0.4946
Every format
| HEX | #afc461 |
| RGB | rgb(175, 196, 97) |
| HSL | hsl(73, 46%, 58%) |
| CMYK | cmyk(11%, 0%, 51%, 23%) |
| LAB | lab(75.7 -22.0 46.9) |
| LCH | lch(75.7 51.8 115.2) |
| OKLCH | oklch(0.783 0.128 119.3) |
Copy-ready code
/* CSS */
color: #afc461;
background-color: #afc461;
/* Tailwind (arbitrary) */
class="text-[#afc461] bg-[#afc461]"
/* SCSS */
$brand: #afc461;
/* SwiftUI */
Color(red: 0.686, green: 0.769, blue: 0.380)
/* Android */
Color.parseColor("#afc461")Accessibility — WCAG contrast
Aa
#afc461 on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afc461 on black: 10.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green76.9%
Blue38.0%
CMYK percentages
Cyan10.7%
Magenta0.0%
Yellow50.5%
Key (black)23.1%
Color previews
#afc461 text on a black background
contrast 10.89:1
Card sample
#afc461 text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afc461;
Background color
Panel with #afc461 background
background-color: #afc461;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afc461;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 196, 97, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 196, 97, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afc461; background: linear-gradient(135deg, #afc461, #6DC461);