#adc398
a light, soft green · cool · closest name: tan
RGB
173, 195, 152
HSL
91°, 26%, 68%
CMYK
11, 0, 22, 24
Luminance
0.5018
Every format
| HEX | #adc398 |
| RGB | rgb(173, 195, 152) |
| HSL | hsl(91, 26%, 68%) |
| CMYK | cmyk(11%, 0%, 22%, 24%) |
| LAB | lab(76.2 -15.2 19.2) |
| LCH | lch(76.2 24.5 128.5) |
| OKLCH | oklch(0.789 0.064 129.8) |
Copy-ready code
/* CSS */
color: #adc398;
background-color: #adc398;
/* Tailwind (arbitrary) */
class="text-[#adc398] bg-[#adc398]"
/* SCSS */
$brand: #adc398;
/* SwiftUI */
Color(red: 0.678, green: 0.765, blue: 0.596)
/* Android */
Color.parseColor("#adc398")Accessibility — WCAG contrast
Aa
#adc398 on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adc398 on black: 11.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green76.5%
Blue59.6%
CMYK percentages
Cyan11.3%
Magenta0.0%
Yellow22.1%
Key (black)23.5%
Color previews
#adc398 text on a black background
contrast 11.04:1
Card sample
#adc398 text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adc398;
Background color
Panel with #adc398 background
background-color: #adc398;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adc398;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 195, 152, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 195, 152, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adc398; background: linear-gradient(135deg, #adc398, #98C3A0);