#b7cb21
a balanced, vivid yellow · cool · closest name: yellow
RGB
183, 203, 33
HSL
67°, 72%, 46%
CMYK
10, 0, 84, 20
Luminance
0.5289
Every format
| HEX | #b7cb21 |
| RGB | rgb(183, 203, 33) |
| HSL | hsl(67, 72%, 46%) |
| CMYK | cmyk(10%, 0%, 84%, 20%) |
| LAB | lab(77.8 -26.1 73.1) |
| LCH | lch(77.8 77.6 109.6) |
| OKLCH | oklch(0.800 0.177 116.8) |
Copy-ready code
/* CSS */
color: #b7cb21;
background-color: #b7cb21;
/* Tailwind (arbitrary) */
class="text-[#b7cb21] bg-[#b7cb21]"
/* SCSS */
$brand: #b7cb21;
/* SwiftUI */
Color(red: 0.718, green: 0.796, blue: 0.129)
/* Android */
Color.parseColor("#b7cb21")Accessibility — WCAG contrast
Aa
#b7cb21 on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7cb21 on black: 11.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green79.6%
Blue12.9%
CMYK percentages
Cyan9.9%
Magenta0.0%
Yellow83.7%
Key (black)20.4%
Color previews
#b7cb21 text on a black background
contrast 11.58:1
Card sample
#b7cb21 text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7cb21;
Background color
Panel with #b7cb21 background
background-color: #b7cb21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7cb21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 203, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 203, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7cb21; background: linear-gradient(135deg, #b7cb21, #46CB21);