#b0cb21
a balanced, vivid yellow · cool · closest name: yellow
RGB
176, 203, 33
HSL
70°, 72%, 46%
CMYK
13, 0, 84, 20
Luminance
0.5205
Every format
| HEX | #b0cb21 |
| RGB | rgb(176, 203, 33) |
| HSL | hsl(70, 72%, 46%) |
| CMYK | cmyk(13%, 0%, 84%, 20%) |
| LAB | lab(77.3 -29.0 72.5) |
| LCH | lch(77.3 78.1 111.8) |
| OKLCH | oklch(0.795 0.179 119.2) |
Copy-ready code
/* CSS */
color: #b0cb21;
background-color: #b0cb21;
/* Tailwind (arbitrary) */
class="text-[#b0cb21] bg-[#b0cb21]"
/* SCSS */
$brand: #b0cb21;
/* SwiftUI */
Color(red: 0.690, green: 0.796, blue: 0.129)
/* Android */
Color.parseColor("#b0cb21")Accessibility — WCAG contrast
Aa
#b0cb21 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0cb21 on black: 11.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green79.6%
Blue12.9%
CMYK percentages
Cyan13.3%
Magenta0.0%
Yellow83.7%
Key (black)20.4%
Color previews
#b0cb21 text on a black background
contrast 11.41:1
Card sample
#b0cb21 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0cb21;
Background color
Panel with #b0cb21 background
background-color: #b0cb21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0cb21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 203, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 203, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0cb21; background: linear-gradient(135deg, #b0cb21, #3FCB21);