#695a21
a dark, vivid yellow · cool · closest name: olive
RGB
105, 90, 33
HSL
48°, 52%, 27%
CMYK
0, 14, 69, 59
Luminance
0.1043
Every format
| HEX | #695a21 |
| RGB | rgb(105, 90, 33) |
| HSL | hsl(48, 52%, 27%) |
| CMYK | cmyk(0%, 14%, 69%, 59%) |
| LAB | lab(38.6 -1.2 34.1) |
| LCH | lch(38.6 34.2 92.0) |
| OKLCH | oklch(0.470 0.078 94.4) |
Copy-ready code
/* CSS */
color: #695a21;
background-color: #695a21;
/* Tailwind (arbitrary) */
class="text-[#695a21] bg-[#695a21]"
/* SCSS */
$brand: #695a21;
/* SwiftUI */
Color(red: 0.412, green: 0.353, blue: 0.129)
/* Android */
Color.parseColor("#695a21")Accessibility — WCAG contrast
Aa
#695a21 on white: 6.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#695a21 on black: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green35.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta14.3%
Yellow68.6%
Key (black)58.8%
Color previews
#695a21 text on a black background
contrast 3.09:1
Card sample
#695a21 text on a white background
contrast 6.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #695a21;
Background color
Panel with #695a21 background
background-color: #695a21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #695a21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 90, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 90, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #695a21; background: linear-gradient(135deg, #695a21, #486921);