#accf6c
a balanced, vivid green · cool · closest name: khaki
RGB
172, 207, 108
HSL
81°, 51%, 62%
CMYK
17, 0, 48, 19
Luminance
0.5448
Every format
| HEX | #accf6c |
| RGB | rgb(172, 207, 108) |
| HSL | hsl(81, 51%, 62%) |
| CMYK | cmyk(17%, 0%, 48%, 19%) |
| LAB | lab(78.7 -27.4 45.1) |
| LCH | lch(78.7 52.8 121.3) |
| OKLCH | oklch(0.807 0.133 125.3) |
Copy-ready code
/* CSS */
color: #accf6c;
background-color: #accf6c;
/* Tailwind (arbitrary) */
class="text-[#accf6c] bg-[#accf6c]"
/* SCSS */
$brand: #accf6c;
/* SwiftUI */
Color(red: 0.675, green: 0.812, blue: 0.424)
/* Android */
Color.parseColor("#accf6c")Accessibility — WCAG contrast
Aa
#accf6c on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#accf6c on black: 11.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green81.2%
Blue42.4%
CMYK percentages
Cyan16.9%
Magenta0.0%
Yellow47.8%
Key (black)18.8%
Color previews
#accf6c text on a black background
contrast 11.90:1
Card sample
#accf6c text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #accf6c;
Background color
Panel with #accf6c background
background-color: #accf6c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #accf6c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 207, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 207, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #accf6c; background: linear-gradient(135deg, #accf6c, #6CCF6E);