#695607
a deep, electric yellow · cool · closest name: olive
RGB
105, 86, 7
HSL
48°, 88%, 22%
CMYK
0, 18, 93, 59
Luminance
0.0967
Every format
| HEX | #695607 |
| RGB | rgb(105, 86, 7) |
| HSL | hsl(48, 88%, 22%) |
| CMYK | cmyk(0%, 18%, 93%, 59%) |
| LAB | lab(37.3 -0.0 43.0) |
| LCH | lch(37.3 43.0 90.0) |
| OKLCH | oklch(0.459 0.091 93.4) |
Copy-ready code
/* CSS */
color: #695607;
background-color: #695607;
/* Tailwind (arbitrary) */
class="text-[#695607] bg-[#695607]"
/* SCSS */
$brand: #695607;
/* SwiftUI */
Color(red: 0.412, green: 0.337, blue: 0.027)
/* Android */
Color.parseColor("#695607")Accessibility — WCAG contrast
Aa
#695607 on white: 7.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#695607 on black: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green33.7%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta18.1%
Yellow93.3%
Key (black)58.8%
Color previews
#695607 text on a black background
contrast 2.93:1
Card sample
#695607 text on a white background
contrast 7.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #695607;
Background color
Panel with #695607 background
background-color: #695607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #695607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 86, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 86, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #695607; background: linear-gradient(135deg, #695607, #3B6907);