#adaf1c
a dark, vivid yellow · cool · closest name: olive
RGB
173, 175, 28
HSL
61°, 72%, 40%
CMYK
1, 0, 84, 31
Luminance
0.3963
Every format
| HEX | #adaf1c |
| RGB | rgb(173, 175, 28) |
| HSL | hsl(61, 72%, 40%) |
| CMYK | cmyk(1%, 0%, 84%, 31%) |
| LAB | lab(69.2 -16.6 66.7) |
| LCH | lch(69.2 68.7 104.0) |
| OKLCH | oklch(0.729 0.153 110.5) |
Copy-ready code
/* CSS */
color: #adaf1c;
background-color: #adaf1c;
/* Tailwind (arbitrary) */
class="text-[#adaf1c] bg-[#adaf1c]"
/* SCSS */
$brand: #adaf1c;
/* SwiftUI */
Color(red: 0.678, green: 0.686, blue: 0.110)
/* Android */
Color.parseColor("#adaf1c")Accessibility — WCAG contrast
Aa
#adaf1c on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adaf1c on black: 8.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green68.6%
Blue11.0%
CMYK percentages
Cyan1.1%
Magenta0.0%
Yellow84.0%
Key (black)31.4%
Color previews
#adaf1c text on a black background
contrast 8.93:1
Card sample
#adaf1c text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adaf1c;
Background color
Panel with #adaf1c background
background-color: #adaf1c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adaf1c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 175, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 175, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adaf1c; background: linear-gradient(135deg, #adaf1c, #4BAF1C);