#695521
a dark, vivid yellow · warm · closest name: sienna
RGB
105, 85, 33
HSL
43°, 52%, 27%
CMYK
0, 19, 69, 59
Luminance
0.0961
Every format
| HEX | #695521 |
| RGB | rgb(105, 85, 33) |
| HSL | hsl(43, 52%, 27%) |
| CMYK | cmyk(0%, 19%, 69%, 59%) |
| LAB | lab(37.1 1.8 32.6) |
| LCH | lch(37.1 32.6 86.9) |
| OKLCH | oklch(0.459 0.074 88.0) |
Copy-ready code
/* CSS */
color: #695521;
background-color: #695521;
/* Tailwind (arbitrary) */
class="text-[#695521] bg-[#695521]"
/* SCSS */
$brand: #695521;
/* SwiftUI */
Color(red: 0.412, green: 0.333, blue: 0.129)
/* Android */
Color.parseColor("#695521")Accessibility — WCAG contrast
Aa
#695521 on white: 7.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#695521 on black: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green33.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta19.0%
Yellow68.6%
Key (black)58.8%
Color previews
#695521 text on a black background
contrast 2.92:1
Card sample
#695521 text on a white background
contrast 7.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #695521;
Background color
Panel with #695521 background
background-color: #695521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #695521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 85, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 85, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #695521; background: linear-gradient(135deg, #695521, #4D6921);