#ace265
a balanced, vivid green · cool · closest name: khaki
RGB
172, 226, 101
HSL
86°, 68%, 64%
CMYK
24, 0, 55, 11
Luminance
0.6410
Every format
| HEX | #ace265 |
| RGB | rgb(172, 226, 101) |
| HSL | hsl(86, 68%, 64%) |
| CMYK | cmyk(24%, 0%, 55%, 11%) |
| LAB | lab(84.0 -37.0 54.7) |
| LCH | lch(84.0 66.0 124.1) |
| OKLCH | oklch(0.850 0.165 128.9) |
Copy-ready code
/* CSS */
color: #ace265;
background-color: #ace265;
/* Tailwind (arbitrary) */
class="text-[#ace265] bg-[#ace265]"
/* SCSS */
$brand: #ace265;
/* SwiftUI */
Color(red: 0.675, green: 0.886, blue: 0.396)
/* Android */
Color.parseColor("#ace265")Accessibility — WCAG contrast
Aa
#ace265 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace265 on black: 13.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green88.6%
Blue39.6%
CMYK percentages
Cyan23.9%
Magenta0.0%
Yellow55.3%
Key (black)11.4%
Color previews
#ace265 text on a black background
contrast 13.82:1
Card sample
#ace265 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace265;
Background color
Panel with #ace265 background
background-color: #ace265;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace265;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 226, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 226, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace265; background: linear-gradient(135deg, #ace265, #65E271);