#ffac5d
a light, electric orange · warm · closest name: peru
RGB
255, 172, 93
HSL
29°, 100%, 68%
CMYK
0, 33, 64, 0
Luminance
0.5156
Every format
| HEX | #ffac5d |
| RGB | rgb(255, 172, 93) |
| HSL | hsl(29, 100%, 68%) |
| CMYK | cmyk(0%, 33%, 64%, 0%) |
| LAB | lab(77.0 23.1 52.1) |
| LCH | lch(77.0 57.0 66.1) |
| OKLCH | oklch(0.810 0.136 62.4) |
Copy-ready code
/* CSS */
color: #ffac5d;
background-color: #ffac5d;
/* Tailwind (arbitrary) */
class="text-[#ffac5d] bg-[#ffac5d]"
/* SCSS */
$brand: #ffac5d;
/* SwiftUI */
Color(red: 1.000, green: 0.675, blue: 0.365)
/* Android */
Color.parseColor("#ffac5d")Accessibility — WCAG contrast
Aa
#ffac5d on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffac5d on black: 11.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green67.5%
Blue36.5%
CMYK percentages
Cyan0.0%
Magenta32.5%
Yellow63.5%
Key (black)0.0%
Color previews
#ffac5d text on a black background
contrast 11.31:1
Card sample
#ffac5d text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffac5d;
Background color
Panel with #ffac5d background
background-color: #ffac5d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffac5d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 172, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 172, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffac5d; background: linear-gradient(135deg, #ffac5d, #E6FF5D);