#accf3c
a balanced, vivid green · cool · closest name: olivedrab
RGB
172, 207, 60
HSL
74°, 61%, 52%
CMYK
17, 0, 71, 19
Luminance
0.5372
Every format
| HEX | #accf3c |
| RGB | rgb(172, 207, 60) |
| HSL | hsl(74, 61%, 52%) |
| CMYK | cmyk(17%, 0%, 71%, 19%) |
| LAB | lab(78.3 -31.3 65.3) |
| LCH | lch(78.3 72.4 115.6) |
| OKLCH | oklch(0.802 0.172 122.1) |
Copy-ready code
/* CSS */
color: #accf3c;
background-color: #accf3c;
/* Tailwind (arbitrary) */
class="text-[#accf3c] bg-[#accf3c]"
/* SCSS */
$brand: #accf3c;
/* SwiftUI */
Color(red: 0.675, green: 0.812, blue: 0.235)
/* Android */
Color.parseColor("#accf3c")Accessibility — WCAG contrast
Aa
#accf3c on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#accf3c on black: 11.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green81.2%
Blue23.5%
CMYK percentages
Cyan16.9%
Magenta0.0%
Yellow71.0%
Key (black)18.8%
Color previews
#accf3c text on a black background
contrast 11.74:1
Card sample
#accf3c text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #accf3c;
Background color
Panel with #accf3c background
background-color: #accf3c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #accf3c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 207, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 207, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #accf3c; background: linear-gradient(135deg, #accf3c, #4ACF3C);