#ada65c
a balanced, soft yellow · cool · closest name: tan
RGB
173, 166, 92
HSL
55°, 33%, 52%
CMYK
0, 4, 47, 32
Luminance
0.3693
Every format
| HEX | #ada65c |
| RGB | rgb(173, 166, 92) |
| HSL | hsl(55, 33%, 52%) |
| CMYK | cmyk(0%, 4%, 47%, 32%) |
| LAB | lab(67.2 -8.0 39.0) |
| LCH | lch(67.2 39.8 101.6) |
| OKLCH | oklch(0.715 0.096 103.8) |
Copy-ready code
/* CSS */
color: #ada65c;
background-color: #ada65c;
/* Tailwind (arbitrary) */
class="text-[#ada65c] bg-[#ada65c]"
/* SCSS */
$brand: #ada65c;
/* SwiftUI */
Color(red: 0.678, green: 0.651, blue: 0.361)
/* Android */
Color.parseColor("#ada65c")Accessibility — WCAG contrast
Aa
#ada65c on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ada65c on black: 8.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green65.1%
Blue36.1%
CMYK percentages
Cyan0.0%
Magenta4.0%
Yellow46.8%
Key (black)32.2%
Color previews
#ada65c text on a black background
contrast 8.39:1
Card sample
#ada65c text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ada65c;
Background color
Panel with #ada65c background
background-color: #ada65c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ada65c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 166, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 166, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ada65c; background: linear-gradient(135deg, #ada65c, #7EAD5C);