#adaf0b
a dark, electric yellow · cool · closest name: olive
RGB
173, 175, 11
HSL
61°, 88%, 37%
CMYK
1, 0, 94, 31
Luminance
0.3957
Every format
| HEX | #adaf0b |
| RGB | rgb(173, 175, 11) |
| HSL | hsl(61, 88%, 37%) |
| CMYK | cmyk(1%, 0%, 94%, 31%) |
| LAB | lab(69.2 -17.0 69.7) |
| LCH | lch(69.2 71.8 103.7) |
| OKLCH | oklch(0.728 0.158 110.6) |
Copy-ready code
/* CSS */
color: #adaf0b;
background-color: #adaf0b;
/* Tailwind (arbitrary) */
class="text-[#adaf0b] bg-[#adaf0b]"
/* SCSS */
$brand: #adaf0b;
/* SwiftUI */
Color(red: 0.678, green: 0.686, blue: 0.043)
/* Android */
Color.parseColor("#adaf0b")Accessibility — WCAG contrast
Aa
#adaf0b on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adaf0b on black: 8.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green68.6%
Blue4.3%
CMYK percentages
Cyan1.1%
Magenta0.0%
Yellow93.7%
Key (black)31.4%
Color previews
#adaf0b text on a black background
contrast 8.91:1
Card sample
#adaf0b text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adaf0b;
Background color
Panel with #adaf0b background
background-color: #adaf0b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adaf0b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 175, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 175, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adaf0b; background: linear-gradient(135deg, #adaf0b, #40AF0B);