#ace261
a balanced, vivid green · cool · closest name: khaki
RGB
172, 226, 97
HSL
85°, 69%, 63%
CMYK
24, 0, 57, 11
Luminance
0.6403
Every format
| HEX | #ace261 |
| RGB | rgb(172, 226, 97) |
| HSL | hsl(85, 69%, 63%) |
| CMYK | cmyk(24%, 0%, 57%, 11%) |
| LAB | lab(84.0 -37.3 56.4) |
| LCH | lch(84.0 67.7 123.5) |
| OKLCH | oklch(0.849 0.169 128.5) |
Copy-ready code
/* CSS */
color: #ace261;
background-color: #ace261;
/* Tailwind (arbitrary) */
class="text-[#ace261] bg-[#ace261]"
/* SCSS */
$brand: #ace261;
/* SwiftUI */
Color(red: 0.675, green: 0.886, blue: 0.380)
/* Android */
Color.parseColor("#ace261")Accessibility — WCAG contrast
Aa
#ace261 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace261 on black: 13.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green88.6%
Blue38.0%
CMYK percentages
Cyan23.9%
Magenta0.0%
Yellow57.1%
Key (black)11.4%
Color previews
#ace261 text on a black background
contrast 13.81:1
Card sample
#ace261 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace261;
Background color
Panel with #ace261 background
background-color: #ace261;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace261;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 226, 97, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 226, 97, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace261; background: linear-gradient(135deg, #ace261, #61E26C);