#614f13
a deep, vivid yellow · cool · closest name: sienna
RGB
97, 79, 19
HSL
46°, 67%, 23%
CMYK
0, 19, 80, 62
Luminance
0.0818
Every format
| HEX | #614f13 |
| RGB | rgb(97, 79, 19) |
| HSL | hsl(46, 67%, 23%) |
| CMYK | cmyk(0%, 19%, 80%, 62%) |
| LAB | lab(34.4 0.6 36.0) |
| LCH | lch(34.4 36.0 89.0) |
| OKLCH | oklch(0.434 0.079 91.4) |
Copy-ready code
/* CSS */
color: #614f13;
background-color: #614f13;
/* Tailwind (arbitrary) */
class="text-[#614f13] bg-[#614f13]"
/* SCSS */
$brand: #614f13;
/* SwiftUI */
Color(red: 0.380, green: 0.310, blue: 0.075)
/* Android */
Color.parseColor("#614f13")Accessibility — WCAG contrast
Aa
#614f13 on white: 7.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#614f13 on black: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green31.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta18.6%
Yellow80.4%
Key (black)62.0%
Color previews
#614f13 text on a black background
contrast 2.64:1
Card sample
#614f13 text on a white background
contrast 7.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #614f13;
Background color
Panel with #614f13 background
background-color: #614f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #614f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 79, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 79, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #614f13; background: linear-gradient(135deg, #614f13, #3F6113);