#647213
a dark, vivid yellow · cool · closest name: olive
RGB
100, 114, 19
HSL
69°, 71%, 26%
CMYK
12, 0, 83, 55
Luminance
0.1479
Every format
| HEX | #647213 |
| RGB | rgb(100, 114, 19) |
| HSL | hsl(69, 71%, 26%) |
| CMYK | cmyk(12%, 0%, 83%, 55%) |
| LAB | lab(45.4 -17.9 46.2) |
| LCH | lch(45.4 49.6 111.2) |
| OKLCH | oklch(0.523 0.114 118.2) |
Copy-ready code
/* CSS */
color: #647213;
background-color: #647213;
/* Tailwind (arbitrary) */
class="text-[#647213] bg-[#647213]"
/* SCSS */
$brand: #647213;
/* SwiftUI */
Color(red: 0.392, green: 0.447, blue: 0.075)
/* Android */
Color.parseColor("#647213")Accessibility — WCAG contrast
Aa
#647213 on white: 5.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#647213 on black: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green44.7%
Blue7.5%
CMYK percentages
Cyan12.3%
Magenta0.0%
Yellow83.3%
Key (black)55.3%
Color previews
#647213 text on a black background
contrast 3.96:1
Card sample
#647213 text on a white background
contrast 5.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #647213;
Background color
Panel with #647213 background
background-color: #647213;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #647213;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 114, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 114, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #647213; background: linear-gradient(135deg, #647213, #257213);