#697213
a dark, vivid yellow · cool · closest name: olive
RGB
105, 114, 19
HSL
66°, 71%, 26%
CMYK
8, 0, 83, 55
Luminance
0.1508
Every format
| HEX | #697213 |
| RGB | rgb(105, 114, 19) |
| HSL | hsl(66, 71%, 26%) |
| CMYK | cmyk(8%, 0%, 83%, 55%) |
| LAB | lab(45.8 -15.6 46.8) |
| LCH | lch(45.8 49.3 108.5) |
| OKLCH | oklch(0.527 0.112 115.3) |
Copy-ready code
/* CSS */
color: #697213;
background-color: #697213;
/* Tailwind (arbitrary) */
class="text-[#697213] bg-[#697213]"
/* SCSS */
$brand: #697213;
/* SwiftUI */
Color(red: 0.412, green: 0.447, blue: 0.075)
/* Android */
Color.parseColor("#697213")Accessibility — WCAG contrast
Aa
#697213 on white: 5.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#697213 on black: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green44.7%
Blue7.5%
CMYK percentages
Cyan7.9%
Magenta0.0%
Yellow83.3%
Key (black)55.3%
Color previews
#697213 text on a black background
contrast 4.02:1
Card sample
#697213 text on a white background
contrast 5.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #697213;
Background color
Panel with #697213 background
background-color: #697213;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #697213;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 114, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 114, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #697213; background: linear-gradient(135deg, #697213, #2A7213);