#ffb033
a balanced, electric orange · warm · closest name: orange
RGB
255, 176, 51
HSL
37°, 100%, 60%
CMYK
0, 31, 80, 0
Luminance
0.5255
Every format
| HEX | #ffb033 |
| RGB | rgb(255, 176, 51) |
| HSL | hsl(37, 100%, 60%) |
| CMYK | cmyk(0%, 31%, 80%, 0%) |
| LAB | lab(77.6 19.1 70.4) |
| LCH | lch(77.6 72.9 74.9) |
| OKLCH | oklch(0.814 0.158 73.3) |
Copy-ready code
/* CSS */
color: #ffb033;
background-color: #ffb033;
/* Tailwind (arbitrary) */
class="text-[#ffb033] bg-[#ffb033]"
/* SCSS */
$brand: #ffb033;
/* SwiftUI */
Color(red: 1.000, green: 0.690, blue: 0.200)
/* Android */
Color.parseColor("#ffb033")Accessibility — WCAG contrast
Aa
#ffb033 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffb033 on black: 11.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green69.0%
Blue20.0%
CMYK percentages
Cyan0.0%
Magenta31.0%
Yellow80.0%
Key (black)0.0%
Color previews
#ffb033 text on a black background
contrast 11.51:1
Card sample
#ffb033 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffb033;
Background color
Panel with #ffb033 background
background-color: #ffb033;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffb033;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 176, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 176, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffb033; background: linear-gradient(135deg, #ffb033, #C6FF33);