#ace779
a light, vivid green · cool · closest name: khaki
RGB
172, 231, 121
HSL
92°, 70%, 69%
CMYK
26, 0, 48, 9
Luminance
0.6730
Every format
| HEX | #ace779 |
| RGB | rgb(172, 231, 121) |
| HSL | hsl(92, 70%, 69%) |
| CMYK | cmyk(26%, 0%, 48%, 9%) |
| LAB | lab(85.7 -37.1 47.4) |
| LCH | lch(85.7 60.2 128.1) |
| OKLCH | oklch(0.864 0.153 132.0) |
Copy-ready code
/* CSS */
color: #ace779;
background-color: #ace779;
/* Tailwind (arbitrary) */
class="text-[#ace779] bg-[#ace779]"
/* SCSS */
$brand: #ace779;
/* SwiftUI */
Color(red: 0.675, green: 0.906, blue: 0.475)
/* Android */
Color.parseColor("#ace779")Accessibility — WCAG contrast
Aa
#ace779 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace779 on black: 14.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green90.6%
Blue47.5%
CMYK percentages
Cyan25.5%
Magenta0.0%
Yellow47.6%
Key (black)9.4%
Color previews
#ace779 text on a black background
contrast 14.46:1
Card sample
#ace779 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace779;
Background color
Panel with #ace779 background
background-color: #ace779;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace779;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 231, 121, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 231, 121, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace779; background: linear-gradient(135deg, #ace779, #79E78F);