#ffa331
a balanced, electric orange · warm · closest name: orange
RGB
255, 163, 49
HSL
33°, 100%, 60%
CMYK
0, 36, 81, 0
Luminance
0.4768
Every format
| HEX | #ffa331 |
| RGB | rgb(255, 163, 49) |
| HSL | hsl(33, 100%, 60%) |
| CMYK | cmyk(0%, 36%, 81%, 0%) |
| LAB | lab(74.6 25.8 68.4) |
| LCH | lch(74.6 73.1 69.4) |
| OKLCH | oklch(0.791 0.161 66.1) |
Copy-ready code
/* CSS */
color: #ffa331;
background-color: #ffa331;
/* Tailwind (arbitrary) */
class="text-[#ffa331] bg-[#ffa331]"
/* SCSS */
$brand: #ffa331;
/* SwiftUI */
Color(red: 1.000, green: 0.639, blue: 0.192)
/* Android */
Color.parseColor("#ffa331")Accessibility — WCAG contrast
Aa
#ffa331 on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffa331 on black: 10.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green63.9%
Blue19.2%
CMYK percentages
Cyan0.0%
Magenta36.1%
Yellow80.8%
Key (black)0.0%
Color previews
#ffa331 text on a black background
contrast 10.54:1
Card sample
#ffa331 text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffa331;
Background color
Panel with #ffa331 background
background-color: #ffa331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffa331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 163, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 163, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffa331; background: linear-gradient(135deg, #ffa331, #D2FF31);