#ffad47
a balanced, electric orange · warm · closest name: orange
RGB
255, 173, 71
HSL
33°, 100%, 64%
CMYK
0, 32, 72, 0
Luminance
0.5160
Every format
| HEX | #ffad47 |
| RGB | rgb(255, 173, 71) |
| HSL | hsl(33, 100%, 64%) |
| CMYK | cmyk(0%, 32%, 72%, 0%) |
| LAB | lab(77.0 21.4 62.2) |
| LCH | lch(77.0 65.8 71.0) |
| OKLCH | oklch(0.810 0.149 68.4) |
Copy-ready code
/* CSS */
color: #ffad47;
background-color: #ffad47;
/* Tailwind (arbitrary) */
class="text-[#ffad47] bg-[#ffad47]"
/* SCSS */
$brand: #ffad47;
/* SwiftUI */
Color(red: 1.000, green: 0.678, blue: 0.278)
/* Android */
Color.parseColor("#ffad47")Accessibility — WCAG contrast
Aa
#ffad47 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffad47 on black: 11.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green67.8%
Blue27.8%
CMYK percentages
Cyan0.0%
Magenta32.2%
Yellow72.2%
Key (black)0.0%
Color previews
#ffad47 text on a black background
contrast 11.32:1
Card sample
#ffad47 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffad47;
Background color
Panel with #ffad47 background
background-color: #ffad47;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffad47;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 173, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 173, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffad47; background: linear-gradient(135deg, #ffad47, #D6FF47);