#ffac73
a light, electric orange · warm · closest name: peru
RGB
255, 172, 115
HSL
24°, 100%, 73%
CMYK
0, 33, 55, 0
Luminance
0.5200
Every format
| HEX | #ffac73 |
| RGB | rgb(255, 172, 115) |
| HSL | hsl(24, 100%, 73%) |
| CMYK | cmyk(0%, 33%, 55%, 0%) |
| LAB | lab(77.3 24.6 41.5) |
| LCH | lch(77.3 48.3 59.3) |
| OKLCH | oklch(0.813 0.122 54.6) |
Copy-ready code
/* CSS */
color: #ffac73;
background-color: #ffac73;
/* Tailwind (arbitrary) */
class="text-[#ffac73] bg-[#ffac73]"
/* SCSS */
$brand: #ffac73;
/* SwiftUI */
Color(red: 1.000, green: 0.675, blue: 0.451)
/* Android */
Color.parseColor("#ffac73")Accessibility — WCAG contrast
Aa
#ffac73 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffac73 on black: 11.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green67.5%
Blue45.1%
CMYK percentages
Cyan0.0%
Magenta32.5%
Yellow54.9%
Key (black)0.0%
Color previews
#ffac73 text on a black background
contrast 11.40:1
Card sample
#ffac73 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffac73;
Background color
Panel with #ffac73 background
background-color: #ffac73;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffac73;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 172, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 172, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffac73; background: linear-gradient(135deg, #ffac73, #F5FF73);