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