#accb76
a balanced, vivid green · cool · closest name: khaki
RGB
172, 203, 118
HSL
82°, 45%, 63%
CMYK
15, 0, 42, 20
Luminance
0.5279
Every format
| HEX | #accb76 |
| RGB | rgb(172, 203, 118) |
| HSL | hsl(82, 45%, 63%) |
| CMYK | cmyk(15%, 0%, 42%, 20%) |
| LAB | lab(77.8 -24.4 39.0) |
| LCH | lch(77.8 46.0 122.0) |
| OKLCH | oklch(0.800 0.116 125.3) |
Copy-ready code
/* CSS */
color: #accb76;
background-color: #accb76;
/* Tailwind (arbitrary) */
class="text-[#accb76] bg-[#accb76]"
/* SCSS */
$brand: #accb76;
/* SwiftUI */
Color(red: 0.675, green: 0.796, blue: 0.463)
/* Android */
Color.parseColor("#accb76")Accessibility — WCAG contrast
Aa
#accb76 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#accb76 on black: 11.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green79.6%
Blue46.3%
CMYK percentages
Cyan15.3%
Magenta0.0%
Yellow41.9%
Key (black)20.4%
Color previews
#accb76 text on a black background
contrast 11.56:1
Card sample
#accb76 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #accb76;
Background color
Panel with #accb76 background
background-color: #accb76;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #accb76;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 203, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 203, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #accb76; background: linear-gradient(135deg, #accb76, #76CB79);