#aec968
a balanced, vivid green · cool · closest name: khaki
RGB
174, 201, 104
HSL
77°, 47%, 60%
CMYK
13, 0, 48, 21
Luminance
0.5177
Every format
| HEX | #aec968 |
| RGB | rgb(174, 201, 104) |
| HSL | hsl(77, 47%, 60%) |
| CMYK | cmyk(13%, 0%, 48%, 21%) |
| LAB | lab(77.1 -24.2 45.2) |
| LCH | lch(77.1 51.2 118.2) |
| OKLCH | oklch(0.795 0.128 122.1) |
Copy-ready code
/* CSS */
color: #aec968;
background-color: #aec968;
/* Tailwind (arbitrary) */
class="text-[#aec968] bg-[#aec968]"
/* SCSS */
$brand: #aec968;
/* SwiftUI */
Color(red: 0.682, green: 0.788, blue: 0.408)
/* Android */
Color.parseColor("#aec968")Accessibility — WCAG contrast
Aa
#aec968 on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aec968 on black: 11.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green78.8%
Blue40.8%
CMYK percentages
Cyan13.4%
Magenta0.0%
Yellow48.3%
Key (black)21.2%
Color previews
#aec968 text on a black background
contrast 11.35:1
Card sample
#aec968 text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aec968;
Background color
Panel with #aec968 background
background-color: #aec968;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aec968;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 201, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 201, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aec968; background: linear-gradient(135deg, #aec968, #6DC968);