#b2c511
a dark, electric yellow · cool · closest name: gold
RGB
178, 197, 17
HSL
66°, 84%, 42%
CMYK
10, 0, 91, 23
Luminance
0.4944
Every format
| HEX | #b2c511 |
| RGB | rgb(178, 197, 17) |
| HSL | hsl(66, 84%, 42%) |
| CMYK | cmyk(10%, 0%, 91%, 23%) |
| LAB | lab(75.7 -25.6 74.2) |
| LCH | lch(75.7 78.5 109.1) |
| OKLCH | oklch(0.782 0.177 116.6) |
Copy-ready code
/* CSS */
color: #b2c511;
background-color: #b2c511;
/* Tailwind (arbitrary) */
class="text-[#b2c511] bg-[#b2c511]"
/* SCSS */
$brand: #b2c511;
/* SwiftUI */
Color(red: 0.698, green: 0.773, blue: 0.067)
/* Android */
Color.parseColor("#b2c511")Accessibility — WCAG contrast
Aa
#b2c511 on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2c511 on black: 10.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green77.3%
Blue6.7%
CMYK percentages
Cyan9.6%
Magenta0.0%
Yellow91.4%
Key (black)22.7%
Color previews
#b2c511 text on a black background
contrast 10.89:1
Card sample
#b2c511 text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2c511;
Background color
Panel with #b2c511 background
background-color: #b2c511;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2c511;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 197, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 197, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2c511; background: linear-gradient(135deg, #b2c511, #3AC511);