#697331
a dark, soft yellow · cool · closest name: olivedrab
RGB
105, 115, 49
HSL
69°, 40%, 32%
CMYK
9, 0, 57, 55
Luminance
0.1549
Every format
| HEX | #697331 |
| RGB | rgb(105, 115, 49) |
| HSL | hsl(69, 40%, 32%) |
| CMYK | cmyk(9%, 0%, 57%, 55%) |
| LAB | lab(46.3 -14.2 34.7) |
| LCH | lch(46.3 37.5 112.2) |
| OKLCH | oklch(0.532 0.091 116.8) |
Copy-ready code
/* CSS */
color: #697331;
background-color: #697331;
/* Tailwind (arbitrary) */
class="text-[#697331] bg-[#697331]"
/* SCSS */
$brand: #697331;
/* SwiftUI */
Color(red: 0.412, green: 0.451, blue: 0.192)
/* Android */
Color.parseColor("#697331")Accessibility — WCAG contrast
Aa
#697331 on white: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#697331 on black: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green45.1%
Blue19.2%
CMYK percentages
Cyan8.7%
Magenta0.0%
Yellow57.4%
Key (black)54.9%
Color previews
#697331 text on a black background
contrast 4.10:1
Card sample
#697331 text on a white background
contrast 5.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #697331;
Background color
Panel with #697331 background
background-color: #697331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #697331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 115, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 115, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #697331; background: linear-gradient(135deg, #697331, #3D7331);