#b6cb13
a dark, electric yellow · cool · closest name: yellow
RGB
182, 203, 19
HSL
67°, 83%, 44%
CMYK
10, 0, 91, 20
Luminance
0.5270
Every format
| HEX | #b6cb13 |
| RGB | rgb(182, 203, 19) |
| HSL | hsl(67, 83%, 44%) |
| CMYK | cmyk(10%, 0%, 91%, 20%) |
| LAB | lab(77.7 -26.8 75.6) |
| LCH | lch(77.7 80.2 109.5) |
| OKLCH | oklch(0.799 0.181 117.1) |
Copy-ready code
/* CSS */
color: #b6cb13;
background-color: #b6cb13;
/* Tailwind (arbitrary) */
class="text-[#b6cb13] bg-[#b6cb13]"
/* SCSS */
$brand: #b6cb13;
/* SwiftUI */
Color(red: 0.714, green: 0.796, blue: 0.075)
/* Android */
Color.parseColor("#b6cb13")Accessibility — WCAG contrast
Aa
#b6cb13 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6cb13 on black: 11.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green79.6%
Blue7.5%
CMYK percentages
Cyan10.3%
Magenta0.0%
Yellow90.6%
Key (black)20.4%
Color previews
#b6cb13 text on a black background
contrast 11.54:1
Card sample
#b6cb13 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6cb13;
Background color
Panel with #b6cb13 background
background-color: #b6cb13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6cb13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 203, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 203, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6cb13; background: linear-gradient(135deg, #b6cb13, #3BCB13);