#acdf6b
a balanced, vivid green · cool · closest name: khaki
RGB
172, 223, 107
HSL
86°, 64%, 65%
CMYK
23, 0, 52, 13
Luminance
0.6261
Every format
| HEX | #acdf6b |
| RGB | rgb(172, 223, 107) |
| HSL | hsl(86, 64%, 65%) |
| CMYK | cmyk(23%, 0%, 52%, 13%) |
| LAB | lab(83.2 -35.0 51.0) |
| LCH | lch(83.2 61.9 124.5) |
| OKLCH | oklch(0.843 0.156 128.9) |
Copy-ready code
/* CSS */
color: #acdf6b;
background-color: #acdf6b;
/* Tailwind (arbitrary) */
class="text-[#acdf6b] bg-[#acdf6b]"
/* SCSS */
$brand: #acdf6b;
/* SwiftUI */
Color(red: 0.675, green: 0.875, blue: 0.420)
/* Android */
Color.parseColor("#acdf6b")Accessibility — WCAG contrast
Aa
#acdf6b on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acdf6b on black: 13.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green87.5%
Blue42.0%
CMYK percentages
Cyan22.9%
Magenta0.0%
Yellow52.0%
Key (black)12.5%
Color previews
#acdf6b text on a black background
contrast 13.52:1
Card sample
#acdf6b text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acdf6b;
Background color
Panel with #acdf6b background
background-color: #acdf6b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acdf6b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 223, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 223, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acdf6b; background: linear-gradient(135deg, #acdf6b, #6BDF77);