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