#bedc21
a balanced, vivid yellow · cool · closest name: yellow
RGB
190, 220, 33
HSL
70°, 74%, 50%
CMYK
14, 0, 85, 14
Luminance
0.6224
Every format
| HEX | #bedc21 |
| RGB | rgb(190, 220, 33) |
| HSL | hsl(70, 74%, 50%) |
| CMYK | cmyk(14%, 0%, 85%, 14%) |
| LAB | lab(83.0 -31.2 77.7) |
| LCH | lch(83.0 83.7 111.9) |
| OKLCH | oklch(0.843 0.192 119.4) |
Copy-ready code
/* CSS */
color: #bedc21;
background-color: #bedc21;
/* Tailwind (arbitrary) */
class="text-[#bedc21] bg-[#bedc21]"
/* SCSS */
$brand: #bedc21;
/* SwiftUI */
Color(red: 0.745, green: 0.863, blue: 0.129)
/* Android */
Color.parseColor("#bedc21")Accessibility — WCAG contrast
Aa
#bedc21 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bedc21 on black: 13.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green86.3%
Blue12.9%
CMYK percentages
Cyan13.6%
Magenta0.0%
Yellow85.0%
Key (black)13.7%
Color previews
#bedc21 text on a black background
contrast 13.45:1
Card sample
#bedc21 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bedc21;
Background color
Panel with #bedc21 background
background-color: #bedc21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bedc21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 220, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 220, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bedc21; background: linear-gradient(135deg, #bedc21, #41DC21);