#ffab7d
a light, electric orange · warm · closest name: peru
RGB
255, 171, 125
HSL
21°, 100%, 75%
CMYK
0, 33, 51, 0
Luminance
0.5187
Every format
| HEX | #ffab7d |
| RGB | rgb(255, 171, 125) |
| HSL | hsl(21, 100%, 75%) |
| CMYK | cmyk(0%, 33%, 51%, 0%) |
| LAB | lab(77.2 26.0 36.2) |
| LCH | lch(77.2 44.5 54.3) |
| OKLCH | oklch(0.813 0.116 49.2) |
Copy-ready code
/* CSS */
color: #ffab7d;
background-color: #ffab7d;
/* Tailwind (arbitrary) */
class="text-[#ffab7d] bg-[#ffab7d]"
/* SCSS */
$brand: #ffab7d;
/* SwiftUI */
Color(red: 1.000, green: 0.671, blue: 0.490)
/* Android */
Color.parseColor("#ffab7d")Accessibility — WCAG contrast
Aa
#ffab7d on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffab7d on black: 11.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green67.1%
Blue49.0%
CMYK percentages
Cyan0.0%
Magenta32.9%
Yellow51.0%
Key (black)0.0%
Color previews
#ffab7d text on a black background
contrast 11.37:1
Card sample
#ffab7d text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffab7d;
Background color
Panel with #ffab7d background
background-color: #ffab7d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffab7d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 171, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 171, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffab7d; background: linear-gradient(135deg, #ffab7d, #FCFF7D);