#accf5d
a balanced, vivid green · cool · closest name: olivedrab
RGB
172, 207, 93
HSL
78°, 54%, 59%
CMYK
17, 0, 55, 19
Luminance
0.5419
Every format
| HEX | #accf5d |
| RGB | rgb(172, 207, 93) |
| HSL | hsl(78, 54%, 59%) |
| CMYK | cmyk(17%, 0%, 55%, 19%) |
| LAB | lab(78.6 -28.9 52.0) |
| LCH | lch(78.6 59.5 119.1) |
| OKLCH | oklch(0.805 0.147 123.9) |
Copy-ready code
/* CSS */
color: #accf5d;
background-color: #accf5d;
/* Tailwind (arbitrary) */
class="text-[#accf5d] bg-[#accf5d]"
/* SCSS */
$brand: #accf5d;
/* SwiftUI */
Color(red: 0.675, green: 0.812, blue: 0.365)
/* Android */
Color.parseColor("#accf5d")Accessibility — WCAG contrast
Aa
#accf5d on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#accf5d on black: 11.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green81.2%
Blue36.5%
CMYK percentages
Cyan16.9%
Magenta0.0%
Yellow55.1%
Key (black)18.8%
Color previews
#accf5d text on a black background
contrast 11.84:1
Card sample
#accf5d text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #accf5d;
Background color
Panel with #accf5d background
background-color: #accf5d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #accf5d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 207, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 207, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #accf5d; background: linear-gradient(135deg, #accf5d, #60CF5D);