#fdbb81
a light, electric orange · warm · closest name: tan
RGB
253, 187, 129
HSL
28°, 97%, 75%
CMYK
0, 26, 49, 1
Luminance
0.5801
Every format
| HEX | #fdbb81 |
| RGB | rgb(253, 187, 129) |
| HSL | hsl(28, 97%, 75%) |
| CMYK | cmyk(0%, 26%, 49%, 1%) |
| LAB | lab(80.8 17.2 38.6) |
| LCH | lch(80.8 42.3 66.0) |
| OKLCH | oklch(0.840 0.106 61.9) |
Copy-ready code
/* CSS */
color: #fdbb81;
background-color: #fdbb81;
/* Tailwind (arbitrary) */
class="text-[#fdbb81] bg-[#fdbb81]"
/* SCSS */
$brand: #fdbb81;
/* SwiftUI */
Color(red: 0.992, green: 0.733, blue: 0.506)
/* Android */
Color.parseColor("#fdbb81")Accessibility — WCAG contrast
Aa
#fdbb81 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbb81 on black: 12.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green73.3%
Blue50.6%
CMYK percentages
Cyan0.0%
Magenta26.1%
Yellow49.0%
Key (black)0.8%
Color previews
#fdbb81 text on a black background
contrast 12.60:1
Card sample
#fdbb81 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbb81;
Background color
Panel with #fdbb81 background
background-color: #fdbb81;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbb81;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 187, 129, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 187, 129, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbb81; background: linear-gradient(135deg, #fdbb81, #ECFD81);