#fdb08f
a light, electric orange · warm · closest name: tan
RGB
253, 176, 143
HSL
18°, 97%, 78%
CMYK
0, 30, 44, 1
Luminance
0.5392
Every format
| HEX | #fdb08f |
| RGB | rgb(253, 176, 143) |
| HSL | hsl(18, 97%, 78%) |
| CMYK | cmyk(0%, 30%, 44%, 1%) |
| LAB | lab(78.4 24.3 28.2) |
| LCH | lch(78.4 37.2 49.2) |
| OKLCH | oklch(0.823 0.101 44.1) |
Copy-ready code
/* CSS */
color: #fdb08f;
background-color: #fdb08f;
/* Tailwind (arbitrary) */
class="text-[#fdb08f] bg-[#fdb08f]"
/* SCSS */
$brand: #fdb08f;
/* SwiftUI */
Color(red: 0.992, green: 0.690, blue: 0.561)
/* Android */
Color.parseColor("#fdb08f")Accessibility — WCAG contrast
Aa
#fdb08f on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdb08f on black: 11.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green69.0%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta30.4%
Yellow43.5%
Key (black)0.8%
Color previews
#fdb08f text on a black background
contrast 11.78:1
Card sample
#fdb08f text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdb08f;
Background color
Panel with #fdb08f background
background-color: #fdb08f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdb08f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 176, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 176, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdb08f; background: linear-gradient(135deg, #fdb08f, #FDF98F);