#fdb892
a light, electric orange · warm · closest name: tan
RGB
253, 184, 146
HSL
21°, 96%, 78%
CMYK
0, 27, 42, 1
Luminance
0.5724
Every format
| HEX | #fdb892 |
| RGB | rgb(253, 184, 146) |
| HSL | hsl(21, 96%, 78%) |
| CMYK | cmyk(0%, 27%, 42%, 1%) |
| LAB | lab(80.3 20.4 29.1) |
| LCH | lch(80.3 35.6 55.0) |
| OKLCH | oklch(0.838 0.095 49.8) |
Copy-ready code
/* CSS */
color: #fdb892;
background-color: #fdb892;
/* Tailwind (arbitrary) */
class="text-[#fdb892] bg-[#fdb892]"
/* SCSS */
$brand: #fdb892;
/* SwiftUI */
Color(red: 0.992, green: 0.722, blue: 0.573)
/* Android */
Color.parseColor("#fdb892")Accessibility — WCAG contrast
Aa
#fdb892 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdb892 on black: 12.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green72.2%
Blue57.3%
CMYK percentages
Cyan0.0%
Magenta27.3%
Yellow42.3%
Key (black)0.8%
Color previews
#fdb892 text on a black background
contrast 12.45:1
Card sample
#fdb892 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdb892;
Background color
Panel with #fdb892 background
background-color: #fdb892;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdb892;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 184, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 184, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdb892; background: linear-gradient(135deg, #fdb892, #FBFD92);