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