#a3cf3e
a balanced, vivid green · cool · closest name: olivedrab
RGB
163, 207, 62
HSL
78°, 60%, 53%
CMYK
21, 0, 70, 19
Luminance
0.5276
Every format
| HEX | #a3cf3e |
| RGB | rgb(163, 207, 62) |
| HSL | hsl(78, 60%, 53%) |
| CMYK | cmyk(21%, 0%, 70%, 19%) |
| LAB | lab(77.7 -34.8 63.8) |
| LCH | lch(77.7 72.7 118.6) |
| OKLCH | oklch(0.796 0.175 125.0) |
Copy-ready code
/* CSS */
color: #a3cf3e;
background-color: #a3cf3e;
/* Tailwind (arbitrary) */
class="text-[#a3cf3e] bg-[#a3cf3e]"
/* SCSS */
$brand: #a3cf3e;
/* SwiftUI */
Color(red: 0.639, green: 0.812, blue: 0.243)
/* Android */
Color.parseColor("#a3cf3e")Accessibility — WCAG contrast
Aa
#a3cf3e on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a3cf3e on black: 11.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green81.2%
Blue24.3%
CMYK percentages
Cyan21.3%
Magenta0.0%
Yellow70.0%
Key (black)18.8%
Color previews
#a3cf3e text on a black background
contrast 11.55:1
Card sample
#a3cf3e text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a3cf3e;
Background color
Panel with #a3cf3e background
background-color: #a3cf3e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a3cf3e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 207, 62, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 207, 62, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a3cf3e; background: linear-gradient(135deg, #a3cf3e, #42CF3E);