#756c01
a deep, electric yellow · cool · closest name: olive
RGB
117, 108, 1
HSL
55°, 98%, 23%
CMYK
0, 8, 99, 54
Luminance
0.1451
Every format
| HEX | #756c01 |
| RGB | rgb(117, 108, 1) |
| HSL | hsl(55, 98%, 23%) |
| CMYK | cmyk(0%, 8%, 99%, 54%) |
| LAB | lab(45.0 -7.1 51.0) |
| LCH | lch(45.0 51.4 97.9) |
| OKLCH | oklch(0.523 0.110 103.8) |
Copy-ready code
/* CSS */
color: #756c01;
background-color: #756c01;
/* Tailwind (arbitrary) */
class="text-[#756c01] bg-[#756c01]"
/* SCSS */
$brand: #756c01;
/* SwiftUI */
Color(red: 0.459, green: 0.424, blue: 0.004)
/* Android */
Color.parseColor("#756c01")Accessibility — WCAG contrast
Aa
#756c01 on white: 5.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#756c01 on black: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green42.4%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta7.7%
Yellow99.1%
Key (black)54.1%
Color previews
#756c01 text on a black background
contrast 3.90:1
Card sample
#756c01 text on a white background
contrast 5.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #756c01;
Background color
Panel with #756c01 background
background-color: #756c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #756c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 108, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 108, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #756c01; background: linear-gradient(135deg, #756c01, #317501);