#fdbf83
a light, electric orange · warm · closest name: tan
RGB
253, 191, 131
HSL
30°, 97%, 75%
CMYK
0, 25, 48, 1
Luminance
0.5978
Every format
| HEX | #fdbf83 |
| RGB | rgb(253, 191, 131) |
| HSL | hsl(30, 97%, 75%) |
| CMYK | cmyk(0%, 25%, 48%, 1%) |
| LAB | lab(81.7 15.3 38.8) |
| LCH | lch(81.7 41.7 68.5) |
| OKLCH | oklch(0.848 0.104 64.7) |
Copy-ready code
/* CSS */
color: #fdbf83;
background-color: #fdbf83;
/* Tailwind (arbitrary) */
class="text-[#fdbf83] bg-[#fdbf83]"
/* SCSS */
$brand: #fdbf83;
/* SwiftUI */
Color(red: 0.992, green: 0.749, blue: 0.514)
/* Android */
Color.parseColor("#fdbf83")Accessibility — WCAG contrast
Aa
#fdbf83 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbf83 on black: 12.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green74.9%
Blue51.4%
CMYK percentages
Cyan0.0%
Magenta24.5%
Yellow48.2%
Key (black)0.8%
Color previews
#fdbf83 text on a black background
contrast 12.96:1
Card sample
#fdbf83 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbf83;
Background color
Panel with #fdbf83 background
background-color: #fdbf83;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbf83;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 191, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 191, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbf83; background: linear-gradient(135deg, #fdbf83, #EAFD83);