#b7c01e
a dark, vivid yellow · cool · closest name: gold
RGB
183, 192, 30
HSL
63°, 73%, 44%
CMYK
5, 0, 84, 25
Luminance
0.4786
Every format
| HEX | #b7c01e |
| RGB | rgb(183, 192, 30) |
| HSL | hsl(63, 73%, 44%) |
| CMYK | cmyk(5%, 0%, 84%, 25%) |
| LAB | lab(74.7 -20.8 71.2) |
| LCH | lch(74.7 74.2 106.3) |
| OKLCH | oklch(0.775 0.166 113.2) |
Copy-ready code
/* CSS */
color: #b7c01e;
background-color: #b7c01e;
/* Tailwind (arbitrary) */
class="text-[#b7c01e] bg-[#b7c01e]"
/* SCSS */
$brand: #b7c01e;
/* SwiftUI */
Color(red: 0.718, green: 0.753, blue: 0.118)
/* Android */
Color.parseColor("#b7c01e")Accessibility — WCAG contrast
Aa
#b7c01e on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7c01e on black: 10.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green75.3%
Blue11.8%
CMYK percentages
Cyan4.7%
Magenta0.0%
Yellow84.4%
Key (black)24.7%
Color previews
#b7c01e text on a black background
contrast 10.57:1
Card sample
#b7c01e text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7c01e;
Background color
Panel with #b7c01e background
background-color: #b7c01e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7c01e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 192, 30, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 192, 30, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7c01e; background: linear-gradient(135deg, #b7c01e, #4BC01E);