#fdbf91
a light, electric orange · warm · closest name: tan
RGB
253, 191, 145
HSL
26°, 96%, 78%
CMYK
0, 25, 43, 1
Luminance
0.6019
Every format
| HEX | #fdbf91 |
| RGB | rgb(253, 191, 145) |
| HSL | hsl(26, 96%, 78%) |
| CMYK | cmyk(0%, 25%, 43%, 1%) |
| LAB | lab(81.9 16.6 31.8) |
| LCH | lch(81.9 35.9 62.4) |
| OKLCH | oklch(0.851 0.093 57.7) |
Copy-ready code
/* CSS */
color: #fdbf91;
background-color: #fdbf91;
/* Tailwind (arbitrary) */
class="text-[#fdbf91] bg-[#fdbf91]"
/* SCSS */
$brand: #fdbf91;
/* SwiftUI */
Color(red: 0.992, green: 0.749, blue: 0.569)
/* Android */
Color.parseColor("#fdbf91")Accessibility — WCAG contrast
Aa
#fdbf91 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbf91 on black: 13.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green74.9%
Blue56.9%
CMYK percentages
Cyan0.0%
Magenta24.5%
Yellow42.7%
Key (black)0.8%
Color previews
#fdbf91 text on a black background
contrast 13.04:1
Card sample
#fdbf91 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbf91;
Background color
Panel with #fdbf91 background
background-color: #fdbf91;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbf91;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 191, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 191, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbf91; background: linear-gradient(135deg, #fdbf91, #F3FD91);