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