#b2c613
a dark, electric yellow · cool · closest name: gold
RGB
178, 198, 19
HSL
67°, 83%, 43%
CMYK
10, 0, 90, 22
Luminance
0.4990
Every format
| HEX | #b2c613 |
| RGB | rgb(178, 198, 19) |
| HSL | hsl(67, 83%, 43%) |
| CMYK | cmyk(10%, 0%, 90%, 22%) |
| LAB | lab(76.0 -26.1 74.1) |
| LCH | lch(76.0 78.6 109.4) |
| OKLCH | oklch(0.784 0.177 116.9) |
Copy-ready code
/* CSS */
color: #b2c613;
background-color: #b2c613;
/* Tailwind (arbitrary) */
class="text-[#b2c613] bg-[#b2c613]"
/* SCSS */
$brand: #b2c613;
/* SwiftUI */
Color(red: 0.698, green: 0.776, blue: 0.075)
/* Android */
Color.parseColor("#b2c613")Accessibility — WCAG contrast
Aa
#b2c613 on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2c613 on black: 10.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green77.6%
Blue7.5%
CMYK percentages
Cyan10.1%
Magenta0.0%
Yellow90.4%
Key (black)22.4%
Color previews
#b2c613 text on a black background
contrast 10.98:1
Card sample
#b2c613 text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2c613;
Background color
Panel with #b2c613 background
background-color: #b2c613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2c613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 198, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 198, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2c613; background: linear-gradient(135deg, #b2c613, #3BC613);