#fdb69f
a light, electric red · warm · closest name: tan
RGB
253, 182, 159
HSL
15°, 96%, 81%
CMYK
0, 28, 37, 1
Luminance
0.5684
Every format
| HEX | #fdb69f |
| RGB | rgb(253, 182, 159) |
| HSL | hsl(15, 96%, 81%) |
| CMYK | cmyk(0%, 28%, 37%, 1%) |
| LAB | lab(80.1 22.9 21.9) |
| LCH | lch(80.1 31.7 43.8) |
| OKLCH | oklch(0.837 0.089 38.7) |
Copy-ready code
/* CSS */
color: #fdb69f;
background-color: #fdb69f;
/* Tailwind (arbitrary) */
class="text-[#fdb69f] bg-[#fdb69f]"
/* SCSS */
$brand: #fdb69f;
/* SwiftUI */
Color(red: 0.992, green: 0.714, blue: 0.624)
/* Android */
Color.parseColor("#fdb69f")Accessibility — WCAG contrast
Aa
#fdb69f on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdb69f on black: 12.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green71.4%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta28.1%
Yellow37.2%
Key (black)0.8%
Color previews
#fdb69f text on a black background
contrast 12.37:1
Card sample
#fdb69f text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdb69f;
Background color
Panel with #fdb69f background
background-color: #fdb69f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdb69f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 182, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 182, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdb69f; background: linear-gradient(135deg, #fdb69f, #FDF59F);