#ffb113
a balanced, electric yellow · warm · closest name: orange
RGB
255, 177, 19
HSL
40°, 100%, 54%
CMYK
0, 31, 93, 0
Luminance
0.5275
Every format
| HEX | #ffb113 |
| RGB | rgb(255, 177, 19) |
| HSL | hsl(40, 100%, 54%) |
| CMYK | cmyk(0%, 31%, 93%, 0%) |
| LAB | lab(77.7 17.8 78.6) |
| LCH | lch(77.7 80.6 77.2) |
| OKLCH | oklch(0.815 0.168 76.3) |
Copy-ready code
/* CSS */
color: #ffb113;
background-color: #ffb113;
/* Tailwind (arbitrary) */
class="text-[#ffb113] bg-[#ffb113]"
/* SCSS */
$brand: #ffb113;
/* SwiftUI */
Color(red: 1.000, green: 0.694, blue: 0.075)
/* Android */
Color.parseColor("#ffb113")Accessibility — WCAG contrast
Aa
#ffb113 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffb113 on black: 11.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green69.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta30.6%
Yellow92.5%
Key (black)0.0%
Color previews
#ffb113 text on a black background
contrast 11.55:1
Card sample
#ffb113 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffb113;
Background color
Panel with #ffb113 background
background-color: #ffb113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffb113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 177, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 177, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffb113; background: linear-gradient(135deg, #ffb113, #B0FF13);