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