#ffa033
a balanced, electric orange · warm · closest name: orange
RGB
255, 160, 51
HSL
32°, 100%, 60%
CMYK
0, 37, 80, 0
Luminance
0.4664
Every format
| HEX | #ffa033 |
| RGB | rgb(255, 160, 51) |
| HSL | hsl(32, 100%, 60%) |
| CMYK | cmyk(0%, 37%, 80%, 0%) |
| LAB | lab(74.0 27.4 67.1) |
| LCH | lch(74.0 72.5 67.8) |
| OKLCH | oklch(0.786 0.161 64.1) |
Copy-ready code
/* CSS */
color: #ffa033;
background-color: #ffa033;
/* Tailwind (arbitrary) */
class="text-[#ffa033] bg-[#ffa033]"
/* SCSS */
$brand: #ffa033;
/* SwiftUI */
Color(red: 1.000, green: 0.627, blue: 0.200)
/* Android */
Color.parseColor("#ffa033")Accessibility — WCAG contrast
Aa
#ffa033 on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffa033 on black: 10.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green62.7%
Blue20.0%
CMYK percentages
Cyan0.0%
Magenta37.3%
Yellow80.0%
Key (black)0.0%
Color previews
#ffa033 text on a black background
contrast 10.33:1
Card sample
#ffa033 text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffa033;
Background color
Panel with #ffa033 background
background-color: #ffa033;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffa033;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 160, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 160, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffa033; background: linear-gradient(135deg, #ffa033, #D6FF33);