#697913
a dark, vivid yellow · cool · closest name: olive
RGB
105, 121, 19
HSL
69°, 73%, 28%
CMYK
13, 0, 84, 53
Luminance
0.1673
Every format
| HEX | #697913 |
| RGB | rgb(105, 121, 19) |
| HSL | hsl(69, 73%, 28%) |
| CMYK | cmyk(13%, 0%, 84%, 53%) |
| LAB | lab(47.9 -19.3 48.7) |
| LCH | lch(47.9 52.4 111.7) |
| OKLCH | oklch(0.544 0.121 118.8) |
Copy-ready code
/* CSS */
color: #697913;
background-color: #697913;
/* Tailwind (arbitrary) */
class="text-[#697913] bg-[#697913]"
/* SCSS */
$brand: #697913;
/* SwiftUI */
Color(red: 0.412, green: 0.475, blue: 0.075)
/* Android */
Color.parseColor("#697913")Accessibility — WCAG contrast
Aa
#697913 on white: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#697913 on black: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green47.5%
Blue7.5%
CMYK percentages
Cyan13.2%
Magenta0.0%
Yellow84.3%
Key (black)52.5%
Color previews
#697913 text on a black background
contrast 4.35:1
Card sample
#697913 text on a white background
contrast 4.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #697913;
Background color
Panel with #697913 background
background-color: #697913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #697913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 121, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 121, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #697913; background: linear-gradient(135deg, #697913, #257913);