#ffad7e
a light, electric orange · warm · closest name: peru
RGB
255, 173, 126
HSL
22°, 100%, 75%
CMYK
0, 32, 51, 0
Luminance
0.5265
Every format
| HEX | #ffad7e |
| RGB | rgb(255, 173, 126) |
| HSL | hsl(22, 100%, 75%) |
| CMYK | cmyk(0%, 32%, 51%, 0%) |
| LAB | lab(77.7 25.0 36.3) |
| LCH | lch(77.7 44.1 55.4) |
| OKLCH | oklch(0.817 0.115 50.4) |
Copy-ready code
/* CSS */
color: #ffad7e;
background-color: #ffad7e;
/* Tailwind (arbitrary) */
class="text-[#ffad7e] bg-[#ffad7e]"
/* SCSS */
$brand: #ffad7e;
/* SwiftUI */
Color(red: 1.000, green: 0.678, blue: 0.494)
/* Android */
Color.parseColor("#ffad7e")Accessibility — WCAG contrast
Aa
#ffad7e on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffad7e on black: 11.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green67.8%
Blue49.4%
CMYK percentages
Cyan0.0%
Magenta32.2%
Yellow50.6%
Key (black)0.0%
Color previews
#ffad7e text on a black background
contrast 11.53:1
Card sample
#ffad7e text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffad7e;
Background color
Panel with #ffad7e background
background-color: #ffad7e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffad7e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 173, 126, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 173, 126, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffad7e; background: linear-gradient(135deg, #ffad7e, #FBFF7E);