#fdbf8c
a light, electric orange · warm · closest name: tan
RGB
253, 191, 140
HSL
27°, 97%, 77%
CMYK
0, 25, 45, 1
Luminance
0.6004
Every format
| HEX | #fdbf8c |
| RGB | rgb(253, 191, 140) |
| HSL | hsl(27, 97%, 77%) |
| CMYK | cmyk(0%, 25%, 45%, 1%) |
| LAB | lab(81.9 16.1 34.3) |
| LCH | lch(81.9 38.0 64.8) |
| OKLCH | oklch(0.850 0.097 60.4) |
Copy-ready code
/* CSS */
color: #fdbf8c;
background-color: #fdbf8c;
/* Tailwind (arbitrary) */
class="text-[#fdbf8c] bg-[#fdbf8c]"
/* SCSS */
$brand: #fdbf8c;
/* SwiftUI */
Color(red: 0.992, green: 0.749, blue: 0.549)
/* Android */
Color.parseColor("#fdbf8c")Accessibility — WCAG contrast
Aa
#fdbf8c on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbf8c on black: 13.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green74.9%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta24.5%
Yellow44.7%
Key (black)0.8%
Color previews
#fdbf8c text on a black background
contrast 13.01:1
Card sample
#fdbf8c text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbf8c;
Background color
Panel with #fdbf8c background
background-color: #fdbf8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbf8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 191, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 191, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbf8c; background: linear-gradient(135deg, #fdbf8c, #F0FD8C);