#ffb913
a balanced, electric yellow · warm · closest name: orange
RGB
255, 185, 19
HSL
42°, 100%, 54%
CMYK
0, 28, 93, 0
Luminance
0.5600
Every format
| HEX | #ffb913 |
| RGB | rgb(255, 185, 19) |
| HSL | hsl(42, 100%, 54%) |
| CMYK | cmyk(0%, 28%, 93%, 0%) |
| LAB | lab(79.6 13.7 79.9) |
| LCH | lch(79.6 81.1 80.3) |
| OKLCH | oklch(0.829 0.169 80.5) |
Copy-ready code
/* CSS */
color: #ffb913;
background-color: #ffb913;
/* Tailwind (arbitrary) */
class="text-[#ffb913] bg-[#ffb913]"
/* SCSS */
$brand: #ffb913;
/* SwiftUI */
Color(red: 1.000, green: 0.725, blue: 0.075)
/* Android */
Color.parseColor("#ffb913")Accessibility — WCAG contrast
Aa
#ffb913 on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffb913 on black: 12.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green72.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta27.5%
Yellow92.5%
Key (black)0.0%
Color previews
#ffb913 text on a black background
contrast 12.20:1
Card sample
#ffb913 text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffb913;
Background color
Panel with #ffb913 background
background-color: #ffb913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffb913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 185, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 185, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffb913; background: linear-gradient(135deg, #ffb913, #A8FF13);