#fdbc6b
a light, electric orange · warm · closest name: peru
RGB
253, 188, 107
HSL
33°, 97%, 71%
CMYK
0, 26, 58, 1
Luminance
0.5791
Every format
| HEX | #fdbc6b |
| RGB | rgb(253, 188, 107) |
| HSL | hsl(33, 97%, 71%) |
| CMYK | cmyk(0%, 26%, 58%, 1%) |
| LAB | lab(80.7 14.9 49.6) |
| LCH | lch(80.7 51.8 73.3) |
| OKLCH | oklch(0.839 0.123 70.8) |
Copy-ready code
/* CSS */
color: #fdbc6b;
background-color: #fdbc6b;
/* Tailwind (arbitrary) */
class="text-[#fdbc6b] bg-[#fdbc6b]"
/* SCSS */
$brand: #fdbc6b;
/* SwiftUI */
Color(red: 0.992, green: 0.737, blue: 0.420)
/* Android */
Color.parseColor("#fdbc6b")Accessibility — WCAG contrast
Aa
#fdbc6b on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbc6b on black: 12.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green73.7%
Blue42.0%
CMYK percentages
Cyan0.0%
Magenta25.7%
Yellow57.7%
Key (black)0.8%
Color previews
#fdbc6b text on a black background
contrast 12.58:1
Card sample
#fdbc6b text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbc6b;
Background color
Panel with #fdbc6b background
background-color: #fdbc6b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbc6b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 188, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 188, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbc6b; background: linear-gradient(135deg, #fdbc6b, #DDFD6B);