#fdba83
a light, electric orange · warm · closest name: tan
RGB
253, 186, 131
HSL
27°, 97%, 75%
CMYK
0, 27, 48, 1
Luminance
0.5764
Every format
| HEX | #fdba83 |
| RGB | rgb(253, 186, 131) |
| HSL | hsl(27, 97%, 75%) |
| CMYK | cmyk(0%, 27%, 48%, 1%) |
| LAB | lab(80.5 17.9 37.3) |
| LCH | lch(80.5 41.4 64.4) |
| OKLCH | oklch(0.839 0.105 60.1) |
Copy-ready code
/* CSS */
color: #fdba83;
background-color: #fdba83;
/* Tailwind (arbitrary) */
class="text-[#fdba83] bg-[#fdba83]"
/* SCSS */
$brand: #fdba83;
/* SwiftUI */
Color(red: 0.992, green: 0.729, blue: 0.514)
/* Android */
Color.parseColor("#fdba83")Accessibility — WCAG contrast
Aa
#fdba83 on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdba83 on black: 12.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green72.9%
Blue51.4%
CMYK percentages
Cyan0.0%
Magenta26.5%
Yellow48.2%
Key (black)0.8%
Color previews
#fdba83 text on a black background
contrast 12.53:1
Card sample
#fdba83 text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdba83;
Background color
Panel with #fdba83 background
background-color: #fdba83;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdba83;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 186, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 186, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdba83; background: linear-gradient(135deg, #fdba83, #EFFD83);