#accb71
a balanced, vivid green · cool · closest name: khaki
RGB
172, 203, 113
HSL
81°, 46%, 62%
CMYK
15, 0, 44, 20
Luminance
0.5267
Every format
| HEX | #accb71 |
| RGB | rgb(172, 203, 113) |
| HSL | hsl(81, 46%, 62%) |
| CMYK | cmyk(15%, 0%, 44%, 20%) |
| LAB | lab(77.7 -24.9 41.4) |
| LCH | lch(77.7 48.3 121.1) |
| OKLCH | oklch(0.799 0.122 124.7) |
Copy-ready code
/* CSS */
color: #accb71;
background-color: #accb71;
/* Tailwind (arbitrary) */
class="text-[#accb71] bg-[#accb71]"
/* SCSS */
$brand: #accb71;
/* SwiftUI */
Color(red: 0.675, green: 0.796, blue: 0.443)
/* Android */
Color.parseColor("#accb71")Accessibility — WCAG contrast
Aa
#accb71 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#accb71 on black: 11.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green79.6%
Blue44.3%
CMYK percentages
Cyan15.3%
Magenta0.0%
Yellow44.3%
Key (black)20.4%
Color previews
#accb71 text on a black background
contrast 11.53:1
Card sample
#accb71 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #accb71;
Background color
Panel with #accb71 background
background-color: #accb71;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #accb71;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 203, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 203, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #accb71; background: linear-gradient(135deg, #accb71, #71CB72);