#adaf3c
a balanced, vivid yellow · cool · closest name: olive
RGB
173, 175, 60
HSL
61°, 49%, 46%
CMYK
1, 0, 66, 31
Luminance
0.3987
Every format
| HEX | #adaf3c |
| RGB | rgb(173, 175, 60) |
| HSL | hsl(61, 49%, 46%) |
| CMYK | cmyk(1%, 0%, 66%, 31%) |
| LAB | lab(69.4 -15.2 56.3) |
| LCH | lch(69.4 58.4 105.1) |
| OKLCH | oklch(0.731 0.135 110.3) |
Copy-ready code
/* CSS */
color: #adaf3c;
background-color: #adaf3c;
/* Tailwind (arbitrary) */
class="text-[#adaf3c] bg-[#adaf3c]"
/* SCSS */
$brand: #adaf3c;
/* SwiftUI */
Color(red: 0.678, green: 0.686, blue: 0.235)
/* Android */
Color.parseColor("#adaf3c")Accessibility — WCAG contrast
Aa
#adaf3c on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adaf3c on black: 8.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green68.6%
Blue23.5%
CMYK percentages
Cyan1.1%
Magenta0.0%
Yellow65.7%
Key (black)31.4%
Color previews
#adaf3c text on a black background
contrast 8.97:1
Card sample
#adaf3c text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adaf3c;
Background color
Panel with #adaf3c background
background-color: #adaf3c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adaf3c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 175, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 175, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adaf3c; background: linear-gradient(135deg, #adaf3c, #60AF3C);