#bedf13
a balanced, electric yellow · cool · closest name: yellow
RGB
190, 223, 19
HSL
70°, 84%, 48%
CMYK
15, 0, 92, 13
Luminance
0.6377
Every format
| HEX | #bedf13 |
| RGB | rgb(190, 223, 19) |
| HSL | hsl(70, 84%, 48%) |
| CMYK | cmyk(15%, 0%, 92%, 13%) |
| LAB | lab(83.8 -32.9 80.7) |
| LCH | lch(83.8 87.2 112.2) |
| OKLCH | oklch(0.850 0.199 120.0) |
Copy-ready code
/* CSS */
color: #bedf13;
background-color: #bedf13;
/* Tailwind (arbitrary) */
class="text-[#bedf13] bg-[#bedf13]"
/* SCSS */
$brand: #bedf13;
/* SwiftUI */
Color(red: 0.745, green: 0.875, blue: 0.075)
/* Android */
Color.parseColor("#bedf13")Accessibility — WCAG contrast
Aa
#bedf13 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bedf13 on black: 13.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green87.5%
Blue7.5%
CMYK percentages
Cyan14.8%
Magenta0.0%
Yellow91.5%
Key (black)12.5%
Color previews
#bedf13 text on a black background
contrast 13.75:1
Card sample
#bedf13 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bedf13;
Background color
Panel with #bedf13 background
background-color: #bedf13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bedf13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 223, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 223, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bedf13; background: linear-gradient(135deg, #bedf13, #36DF13);