#ffbe21
a balanced, electric yellow · warm · closest name: orange
RGB
255, 190, 33
HSL
42°, 100%, 57%
CMYK
0, 26, 87, 0
Luminance
0.5820
Every format
| HEX | #ffbe21 |
| RGB | rgb(255, 190, 33) |
| HSL | hsl(42, 100%, 57%) |
| CMYK | cmyk(0%, 26%, 87%, 0%) |
| LAB | lab(80.8 11.3 78.2) |
| LCH | lch(80.8 79.0 81.8) |
| OKLCH | oklch(0.839 0.167 82.5) |
Copy-ready code
/* CSS */
color: #ffbe21;
background-color: #ffbe21;
/* Tailwind (arbitrary) */
class="text-[#ffbe21] bg-[#ffbe21]"
/* SCSS */
$brand: #ffbe21;
/* SwiftUI */
Color(red: 1.000, green: 0.745, blue: 0.129)
/* Android */
Color.parseColor("#ffbe21")Accessibility — WCAG contrast
Aa
#ffbe21 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffbe21 on black: 12.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green74.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta25.5%
Yellow87.1%
Key (black)0.0%
Color previews
#ffbe21 text on a black background
contrast 12.64:1
Card sample
#ffbe21 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffbe21;
Background color
Panel with #ffbe21 background
background-color: #ffbe21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffbe21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 190, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 190, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffbe21; background: linear-gradient(135deg, #ffbe21, #ACFF21);