#b5ce13
a dark, electric yellow · cool · closest name: yellow
RGB
181, 206, 19
HSL
68°, 83%, 44%
CMYK
12, 0, 91, 19
Luminance
0.5401
Every format
| HEX | #b5ce13 |
| RGB | rgb(181, 206, 19) |
| HSL | hsl(68, 83%, 44%) |
| CMYK | cmyk(12%, 0%, 91%, 19%) |
| LAB | lab(78.5 -28.6 76.2) |
| LCH | lch(78.5 81.4 110.6) |
| OKLCH | oklch(0.805 0.184 118.3) |
Copy-ready code
/* CSS */
color: #b5ce13;
background-color: #b5ce13;
/* Tailwind (arbitrary) */
class="text-[#b5ce13] bg-[#b5ce13]"
/* SCSS */
$brand: #b5ce13;
/* SwiftUI */
Color(red: 0.710, green: 0.808, blue: 0.075)
/* Android */
Color.parseColor("#b5ce13")Accessibility — WCAG contrast
Aa
#b5ce13 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5ce13 on black: 11.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green80.8%
Blue7.5%
CMYK percentages
Cyan12.1%
Magenta0.0%
Yellow90.8%
Key (black)19.2%
Color previews
#b5ce13 text on a black background
contrast 11.80:1
Card sample
#b5ce13 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5ce13;
Background color
Panel with #b5ce13 background
background-color: #b5ce13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5ce13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 206, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 206, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5ce13; background: linear-gradient(135deg, #b5ce13, #38CE13);