#adc299
a light, soft green · cool · closest name: tan
RGB
173, 194, 153
HSL
91°, 25%, 68%
CMYK
11, 0, 21, 24
Luminance
0.4977
Every format
| HEX | #adc299 |
| RGB | rgb(173, 194, 153) |
| HSL | hsl(91, 25%, 68%) |
| CMYK | cmyk(11%, 0%, 21%, 24%) |
| LAB | lab(75.9 -14.6 18.3) |
| LCH | lch(75.9 23.4 128.5) |
| OKLCH | oklch(0.787 0.061 129.8) |
Copy-ready code
/* CSS */
color: #adc299;
background-color: #adc299;
/* Tailwind (arbitrary) */
class="text-[#adc299] bg-[#adc299]"
/* SCSS */
$brand: #adc299;
/* SwiftUI */
Color(red: 0.678, green: 0.761, blue: 0.600)
/* Android */
Color.parseColor("#adc299")Accessibility — WCAG contrast
Aa
#adc299 on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adc299 on black: 10.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green76.1%
Blue60.0%
CMYK percentages
Cyan10.8%
Magenta0.0%
Yellow21.1%
Key (black)23.9%
Color previews
#adc299 text on a black background
contrast 10.95:1
Card sample
#adc299 text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adc299;
Background color
Panel with #adc299 background
background-color: #adc299;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adc299;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 194, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 194, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adc299; background: linear-gradient(135deg, #adc299, #99C2A0);