#ffb022
a balanced, electric orange · warm · closest name: orange
RGB
255, 176, 34
HSL
39°, 100%, 57%
CMYK
0, 31, 87, 0
Luminance
0.5243
Every format
| HEX | #ffb022 |
| RGB | rgb(255, 176, 34) |
| HSL | hsl(39, 100%, 57%) |
| CMYK | cmyk(0%, 31%, 87%, 0%) |
| LAB | lab(77.5 18.6 75.4) |
| LCH | lch(77.5 77.6 76.1) |
| OKLCH | oklch(0.813 0.164 74.9) |
Copy-ready code
/* CSS */
color: #ffb022;
background-color: #ffb022;
/* Tailwind (arbitrary) */
class="text-[#ffb022] bg-[#ffb022]"
/* SCSS */
$brand: #ffb022;
/* SwiftUI */
Color(red: 1.000, green: 0.690, blue: 0.133)
/* Android */
Color.parseColor("#ffb022")Accessibility — WCAG contrast
Aa
#ffb022 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffb022 on black: 11.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green69.0%
Blue13.3%
CMYK percentages
Cyan0.0%
Magenta31.0%
Yellow86.7%
Key (black)0.0%
Color previews
#ffb022 text on a black background
contrast 11.49:1
Card sample
#ffb022 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffb022;
Background color
Panel with #ffb022 background
background-color: #ffb022;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffb022;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 176, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 176, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffb022; background: linear-gradient(135deg, #ffb022, #BBFF22);