#b1ce13
a dark, electric yellow · cool · closest name: yellow
RGB
177, 206, 19
HSL
69°, 83%, 44%
CMYK
14, 0, 91, 19
Luminance
0.5354
Every format
| HEX | #b1ce13 |
| RGB | rgb(177, 206, 19) |
| HSL | hsl(69, 83%, 44%) |
| CMYK | cmyk(14%, 0%, 91%, 19%) |
| LAB | lab(78.2 -30.3 75.8) |
| LCH | lch(78.2 81.7 111.8) |
| OKLCH | oklch(0.802 0.186 119.5) |
Copy-ready code
/* CSS */
color: #b1ce13;
background-color: #b1ce13;
/* Tailwind (arbitrary) */
class="text-[#b1ce13] bg-[#b1ce13]"
/* SCSS */
$brand: #b1ce13;
/* SwiftUI */
Color(red: 0.694, green: 0.808, blue: 0.075)
/* Android */
Color.parseColor("#b1ce13")Accessibility — WCAG contrast
Aa
#b1ce13 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b1ce13 on black: 11.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green80.8%
Blue7.5%
CMYK percentages
Cyan14.1%
Magenta0.0%
Yellow90.8%
Key (black)19.2%
Color previews
#b1ce13 text on a black background
contrast 11.71:1
Card sample
#b1ce13 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b1ce13;
Background color
Panel with #b1ce13 background
background-color: #b1ce13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b1ce13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 206, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 206, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b1ce13; background: linear-gradient(135deg, #b1ce13, #34CE13);