#614c01
a deep, electric yellow · cool · closest name: olive
RGB
97, 76, 1
HSL
47°, 98%, 19%
CMYK
0, 22, 99, 62
Luminance
0.0771
Every format
| HEX | #614c01 |
| RGB | rgb(97, 76, 1) |
| HSL | hsl(47, 98%, 19%) |
| CMYK | cmyk(0%, 22%, 99%, 62%) |
| LAB | lab(33.4 1.8 41.6) |
| LCH | lch(33.4 41.7 87.5) |
| OKLCH | oklch(0.426 0.087 90.3) |
Copy-ready code
/* CSS */
color: #614c01;
background-color: #614c01;
/* Tailwind (arbitrary) */
class="text-[#614c01] bg-[#614c01]"
/* SCSS */
$brand: #614c01;
/* SwiftUI */
Color(red: 0.380, green: 0.298, blue: 0.004)
/* Android */
Color.parseColor("#614c01")Accessibility — WCAG contrast
Aa
#614c01 on white: 8.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#614c01 on black: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green29.8%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta21.6%
Yellow99.0%
Key (black)62.0%
Color previews
#614c01 text on a black background
contrast 2.54:1
Card sample
#614c01 text on a white background
contrast 8.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #614c01;
Background color
Panel with #614c01 background
background-color: #614c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #614c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 76, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 76, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #614c01; background: linear-gradient(135deg, #614c01, #366101);