#acc388
a balanced, soft green · cool · closest name: tan
RGB
172, 195, 136
HSL
83°, 33%, 65%
CMYK
12, 0, 30, 24
Luminance
0.4958
Every format
| HEX | #acc388 |
| RGB | rgb(172, 195, 136) |
| HSL | hsl(83, 33%, 65%) |
| CMYK | cmyk(12%, 0%, 30%, 24%) |
| LAB | lab(75.8 -18.0 27.1) |
| LCH | lch(75.8 32.6 123.6) |
| OKLCH | oklch(0.785 0.084 125.6) |
Copy-ready code
/* CSS */
color: #acc388;
background-color: #acc388;
/* Tailwind (arbitrary) */
class="text-[#acc388] bg-[#acc388]"
/* SCSS */
$brand: #acc388;
/* SwiftUI */
Color(red: 0.675, green: 0.765, blue: 0.533)
/* Android */
Color.parseColor("#acc388")Accessibility — WCAG contrast
Aa
#acc388 on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acc388 on black: 10.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green76.5%
Blue53.3%
CMYK percentages
Cyan11.8%
Magenta0.0%
Yellow30.3%
Key (black)23.5%
Color previews
#acc388 text on a black background
contrast 10.92:1
Card sample
#acc388 text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acc388;
Background color
Panel with #acc388 background
background-color: #acc388;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acc388;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 195, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 195, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acc388; background: linear-gradient(135deg, #acc388, #88C38B);