#695813
a deep, vivid yellow · cool · closest name: olive
RGB
105, 88, 19
HSL
48°, 69%, 24%
CMYK
0, 16, 82, 59
Luminance
0.1003
Every format
| HEX | #695813 |
| RGB | rgb(105, 88, 19) |
| HSL | hsl(48, 69%, 24%) |
| CMYK | cmyk(0%, 16%, 82%, 59%) |
| LAB | lab(37.9 -0.8 39.7) |
| LCH | lch(37.9 39.7 91.2) |
| OKLCH | oklch(0.464 0.087 94.4) |
Copy-ready code
/* CSS */
color: #695813;
background-color: #695813;
/* Tailwind (arbitrary) */
class="text-[#695813] bg-[#695813]"
/* SCSS */
$brand: #695813;
/* SwiftUI */
Color(red: 0.412, green: 0.345, blue: 0.075)
/* Android */
Color.parseColor("#695813")Accessibility — WCAG contrast
Aa
#695813 on white: 6.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#695813 on black: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green34.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta16.2%
Yellow81.9%
Key (black)58.8%
Color previews
#695813 text on a black background
contrast 3.01:1
Card sample
#695813 text on a white background
contrast 6.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #695813;
Background color
Panel with #695813 background
background-color: #695813;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #695813;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 88, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 88, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #695813; background: linear-gradient(135deg, #695813, #416913);