#ace770
a light, vivid green · cool · closest name: khaki
RGB
172, 231, 112
HSL
90°, 71%, 67%
CMYK
26, 0, 52, 9
Luminance
0.6709
Every format
| HEX | #ace770 |
| RGB | rgb(172, 231, 112) |
| HSL | hsl(90, 71%, 67%) |
| CMYK | cmyk(26%, 0%, 52%, 9%) |
| LAB | lab(85.5 -38.1 51.5) |
| LCH | lch(85.5 64.0 126.5) |
| OKLCH | oklch(0.862 0.162 130.9) |
Copy-ready code
/* CSS */
color: #ace770;
background-color: #ace770;
/* Tailwind (arbitrary) */
class="text-[#ace770] bg-[#ace770]"
/* SCSS */
$brand: #ace770;
/* SwiftUI */
Color(red: 0.675, green: 0.906, blue: 0.439)
/* Android */
Color.parseColor("#ace770")Accessibility — WCAG contrast
Aa
#ace770 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace770 on black: 14.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green90.6%
Blue43.9%
CMYK percentages
Cyan25.5%
Magenta0.0%
Yellow51.5%
Key (black)9.4%
Color previews
#ace770 text on a black background
contrast 14.42:1
Card sample
#ace770 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace770;
Background color
Panel with #ace770 background
background-color: #ace770;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace770;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 231, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 231, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace770; background: linear-gradient(135deg, #ace770, #70E783);