#aceb83
a light, vivid green · cool · closest name: khaki
RGB
172, 235, 131
HSL
96°, 72%, 72%
CMYK
27, 0, 44, 8
Luminance
0.6983
Every format
| HEX | #aceb83 |
| RGB | rgb(172, 235, 131) |
| HSL | hsl(96, 72%, 72%) |
| CMYK | cmyk(27%, 0%, 44%, 8%) |
| LAB | lab(86.9 -37.8 44.1) |
| LCH | lch(86.9 58.1 130.6) |
| OKLCH | oklch(0.874 0.149 134.1) |
Copy-ready code
/* CSS */
color: #aceb83;
background-color: #aceb83;
/* Tailwind (arbitrary) */
class="text-[#aceb83] bg-[#aceb83]"
/* SCSS */
$brand: #aceb83;
/* SwiftUI */
Color(red: 0.675, green: 0.922, blue: 0.514)
/* Android */
Color.parseColor("#aceb83")Accessibility — WCAG contrast
Aa
#aceb83 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aceb83 on black: 14.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green92.2%
Blue51.4%
CMYK percentages
Cyan26.8%
Magenta0.0%
Yellow44.3%
Key (black)7.8%
Color previews
#aceb83 text on a black background
contrast 14.97:1
Card sample
#aceb83 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aceb83;
Background color
Panel with #aceb83 background
background-color: #aceb83;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aceb83;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 235, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 235, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aceb83; background: linear-gradient(135deg, #aceb83, #83EB9F);