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