#657607
a deep, electric yellow · cool · closest name: olive
RGB
101, 118, 7
HSL
69°, 89%, 25%
CMYK
14, 0, 94, 54
Luminance
0.1574
Every format
| HEX | #657607 |
| RGB | rgb(101, 118, 7) |
| HSL | hsl(69, 89%, 25%) |
| CMYK | cmyk(14%, 0%, 94%, 54%) |
| LAB | lab(46.6 -19.9 50.3) |
| LCH | lch(46.6 54.1 111.6) |
| OKLCH | oklch(0.533 0.123 119.3) |
Copy-ready code
/* CSS */
color: #657607;
background-color: #657607;
/* Tailwind (arbitrary) */
class="text-[#657607] bg-[#657607]"
/* SCSS */
$brand: #657607;
/* SwiftUI */
Color(red: 0.396, green: 0.463, blue: 0.027)
/* Android */
Color.parseColor("#657607")Accessibility — WCAG contrast
Aa
#657607 on white: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#657607 on black: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green46.3%
Blue2.7%
CMYK percentages
Cyan14.4%
Magenta0.0%
Yellow94.1%
Key (black)53.7%
Color previews
#657607 text on a black background
contrast 4.15:1
Card sample
#657607 text on a white background
contrast 5.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #657607;
Background color
Panel with #657607 background
background-color: #657607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #657607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 118, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 118, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #657607; background: linear-gradient(135deg, #657607, #1B7607);