#ffb522
a balanced, electric orange · warm · closest name: orange
RGB
255, 181, 34
HSL
40°, 100%, 57%
CMYK
0, 29, 87, 0
Luminance
0.5442
Every format
| HEX | #ffb522 |
| RGB | rgb(255, 181, 34) |
| HSL | hsl(40, 100%, 57%) |
| CMYK | cmyk(0%, 29%, 87%, 0%) |
| LAB | lab(78.7 16.0 76.3) |
| LCH | lch(78.7 78.0 78.2) |
| OKLCH | oklch(0.822 0.165 77.6) |
Copy-ready code
/* CSS */
color: #ffb522;
background-color: #ffb522;
/* Tailwind (arbitrary) */
class="text-[#ffb522] bg-[#ffb522]"
/* SCSS */
$brand: #ffb522;
/* SwiftUI */
Color(red: 1.000, green: 0.710, blue: 0.133)
/* Android */
Color.parseColor("#ffb522")Accessibility — WCAG contrast
Aa
#ffb522 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffb522 on black: 11.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green71.0%
Blue13.3%
CMYK percentages
Cyan0.0%
Magenta29.0%
Yellow86.7%
Key (black)0.0%
Color previews
#ffb522 text on a black background
contrast 11.88:1
Card sample
#ffb522 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffb522;
Background color
Panel with #ffb522 background
background-color: #ffb522;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffb522;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 181, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 181, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffb522; background: linear-gradient(135deg, #ffb522, #B6FF22);