#ffac7f
a light, electric orange · warm · closest name: peru
RGB
255, 172, 127
HSL
21°, 100%, 75%
CMYK
0, 33, 50, 0
Luminance
0.5230
Every format
| HEX | #ffac7f |
| RGB | rgb(255, 172, 127) |
| HSL | hsl(21, 100%, 75%) |
| CMYK | cmyk(0%, 33%, 50%, 0%) |
| LAB | lab(77.5 25.6 35.5) |
| LCH | lch(77.5 43.8 54.1) |
| OKLCH | oklch(0.815 0.115 49.1) |
Copy-ready code
/* CSS */
color: #ffac7f;
background-color: #ffac7f;
/* Tailwind (arbitrary) */
class="text-[#ffac7f] bg-[#ffac7f]"
/* SCSS */
$brand: #ffac7f;
/* SwiftUI */
Color(red: 1.000, green: 0.675, blue: 0.498)
/* Android */
Color.parseColor("#ffac7f")Accessibility — WCAG contrast
Aa
#ffac7f on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffac7f on black: 11.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green67.5%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta32.5%
Yellow50.2%
Key (black)0.0%
Color previews
#ffac7f text on a black background
contrast 11.46:1
Card sample
#ffac7f text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffac7f;
Background color
Panel with #ffac7f background
background-color: #ffac7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffac7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 172, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 172, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffac7f; background: linear-gradient(135deg, #ffac7f, #FDFF7F);