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