#fdba7b
a light, electric orange · warm · closest name: peru
RGB
253, 186, 123
HSL
29°, 97%, 74%
CMYK
0, 27, 51, 1
Luminance
0.5743
Every format
| HEX | #fdba7b |
| RGB | rgb(253, 186, 123) |
| HSL | hsl(29, 97%, 74%) |
| CMYK | cmyk(0%, 27%, 51%, 1%) |
| LAB | lab(80.4 17.2 41.3) |
| LCH | lch(80.4 44.7 67.4) |
| OKLCH | oklch(0.838 0.111 63.6) |
Copy-ready code
/* CSS */
color: #fdba7b;
background-color: #fdba7b;
/* Tailwind (arbitrary) */
class="text-[#fdba7b] bg-[#fdba7b]"
/* SCSS */
$brand: #fdba7b;
/* SwiftUI */
Color(red: 0.992, green: 0.729, blue: 0.482)
/* Android */
Color.parseColor("#fdba7b")Accessibility — WCAG contrast
Aa
#fdba7b on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdba7b on black: 12.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green72.9%
Blue48.2%
CMYK percentages
Cyan0.0%
Magenta26.5%
Yellow51.4%
Key (black)0.8%
Color previews
#fdba7b text on a black background
contrast 12.49:1
Card sample
#fdba7b text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdba7b;
Background color
Panel with #fdba7b background
background-color: #fdba7b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdba7b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 186, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 186, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdba7b; background: linear-gradient(135deg, #fdba7b, #E9FD7B);