#616c01
a deep, electric yellow · cool · closest name: olive
RGB
97, 108, 1
HSL
66°, 98%, 21%
CMYK
10, 0, 99, 58
Luminance
0.1327
Every format
| HEX | #616c01 |
| RGB | rgb(97, 108, 1) |
| HSL | hsl(66, 98%, 21%) |
| CMYK | cmyk(10%, 0%, 99%, 58%) |
| LAB | lab(43.2 -16.7 48.8) |
| LCH | lch(43.2 51.6 108.8) |
| OKLCH | oklch(0.504 0.116 116.5) |
Copy-ready code
/* CSS */
color: #616c01;
background-color: #616c01;
/* Tailwind (arbitrary) */
class="text-[#616c01] bg-[#616c01]"
/* SCSS */
$brand: #616c01;
/* SwiftUI */
Color(red: 0.380, green: 0.424, blue: 0.004)
/* Android */
Color.parseColor("#616c01")Accessibility — WCAG contrast
Aa
#616c01 on white: 5.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#616c01 on black: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green42.4%
Blue0.4%
CMYK percentages
Cyan10.2%
Magenta0.0%
Yellow99.1%
Key (black)57.6%
Color previews
#616c01 text on a black background
contrast 3.65:1
Card sample
#616c01 text on a white background
contrast 5.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #616c01;
Background color
Panel with #616c01 background
background-color: #616c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #616c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 108, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 108, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #616c01; background: linear-gradient(135deg, #616c01, #1A6C01);