#a6b607
a dark, electric yellow · cool · closest name: olive
RGB
166, 182, 7
HSL
66°, 93%, 37%
CMYK
9, 0, 96, 29
Luminance
0.4158
Every format
| HEX | #a6b607 |
| RGB | rgb(166, 182, 7) |
| HSL | hsl(66, 93%, 37%) |
| CMYK | cmyk(9%, 0%, 96%, 29%) |
| LAB | lab(70.6 -23.6 71.0) |
| LCH | lch(70.6 74.9 108.4) |
| OKLCH | oklch(0.738 0.167 116.0) |
Copy-ready code
/* CSS */
color: #a6b607;
background-color: #a6b607;
/* Tailwind (arbitrary) */
class="text-[#a6b607] bg-[#a6b607]"
/* SCSS */
$brand: #a6b607;
/* SwiftUI */
Color(red: 0.651, green: 0.714, blue: 0.027)
/* Android */
Color.parseColor("#a6b607")Accessibility — WCAG contrast
Aa
#a6b607 on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a6b607 on black: 9.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green71.4%
Blue2.7%
CMYK percentages
Cyan8.8%
Magenta0.0%
Yellow96.2%
Key (black)28.6%
Color previews
#a6b607 text on a black background
contrast 9.32:1
Card sample
#a6b607 text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a6b607;
Background color
Panel with #a6b607 background
background-color: #a6b607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a6b607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 182, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 182, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a6b607; background: linear-gradient(135deg, #a6b607, #31B607);