#ffa97b
a light, electric orange · warm · closest name: peru
RGB
255, 169, 123
HSL
21°, 100%, 74%
CMYK
0, 34, 52, 0
Luminance
0.5107
Every format
| HEX | #ffa97b |
| RGB | rgb(255, 169, 123) |
| HSL | hsl(21, 100%, 74%) |
| CMYK | cmyk(0%, 34%, 52%, 0%) |
| LAB | lab(76.7 26.9 36.6) |
| LCH | lch(76.7 45.4 53.7) |
| OKLCH | oklch(0.809 0.119 48.6) |
Copy-ready code
/* CSS */
color: #ffa97b;
background-color: #ffa97b;
/* Tailwind (arbitrary) */
class="text-[#ffa97b] bg-[#ffa97b]"
/* SCSS */
$brand: #ffa97b;
/* SwiftUI */
Color(red: 1.000, green: 0.663, blue: 0.482)
/* Android */
Color.parseColor("#ffa97b")Accessibility — WCAG contrast
Aa
#ffa97b on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffa97b on black: 11.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green66.3%
Blue48.2%
CMYK percentages
Cyan0.0%
Magenta33.7%
Yellow51.8%
Key (black)0.0%
Color previews
#ffa97b text on a black background
contrast 11.21:1
Card sample
#ffa97b text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffa97b;
Background color
Panel with #ffa97b background
background-color: #ffa97b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffa97b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 169, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 169, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffa97b; background: linear-gradient(135deg, #ffa97b, #FDFF7B);