#697513
a dark, vivid yellow · cool · closest name: olive
RGB
105, 117, 19
HSL
67°, 72%, 27%
CMYK
10, 0, 84, 54
Luminance
0.1577
Every format
| HEX | #697513 |
| RGB | rgb(105, 117, 19) |
| HSL | hsl(67, 72%, 27%) |
| CMYK | cmyk(10%, 0%, 84%, 54%) |
| LAB | lab(46.7 -17.2 47.6) |
| LCH | lch(46.7 50.6 109.9) |
| OKLCH | oklch(0.534 0.116 116.9) |
Copy-ready code
/* CSS */
color: #697513;
background-color: #697513;
/* Tailwind (arbitrary) */
class="text-[#697513] bg-[#697513]"
/* SCSS */
$brand: #697513;
/* SwiftUI */
Color(red: 0.412, green: 0.459, blue: 0.075)
/* Android */
Color.parseColor("#697513")Accessibility — WCAG contrast
Aa
#697513 on white: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#697513 on black: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green45.9%
Blue7.5%
CMYK percentages
Cyan10.3%
Magenta0.0%
Yellow83.8%
Key (black)54.1%
Color previews
#697513 text on a black background
contrast 4.15:1
Card sample
#697513 text on a white background
contrast 5.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #697513;
Background color
Panel with #697513 background
background-color: #697513;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #697513;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 117, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 117, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #697513; background: linear-gradient(135deg, #697513, #287513);