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