#fdbb95
a light, electric orange · warm · closest name: tan
RGB
253, 187, 149
HSL
22°, 96%, 79%
CMYK
0, 26, 41, 1
Luminance
0.5859
Every format
| HEX | #fdbb95 |
| RGB | rgb(253, 187, 149) |
| HSL | hsl(22, 96%, 79%) |
| CMYK | cmyk(0%, 26%, 41%, 1%) |
| LAB | lab(81.1 19.2 28.6) |
| LCH | lch(81.1 34.4 56.1) |
| OKLCH | oklch(0.844 0.092 51.0) |
Copy-ready code
/* CSS */
color: #fdbb95;
background-color: #fdbb95;
/* Tailwind (arbitrary) */
class="text-[#fdbb95] bg-[#fdbb95]"
/* SCSS */
$brand: #fdbb95;
/* SwiftUI */
Color(red: 0.992, green: 0.733, blue: 0.584)
/* Android */
Color.parseColor("#fdbb95")Accessibility — WCAG contrast
Aa
#fdbb95 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbb95 on black: 12.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green73.3%
Blue58.4%
CMYK percentages
Cyan0.0%
Magenta26.1%
Yellow41.1%
Key (black)0.8%
Color previews
#fdbb95 text on a black background
contrast 12.72:1
Card sample
#fdbb95 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbb95;
Background color
Panel with #fdbb95 background
background-color: #fdbb95;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbb95;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 187, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 187, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbb95; background: linear-gradient(135deg, #fdbb95, #FAFD95);