#fdbb63
a light, electric orange · warm · closest name: peru
RGB
253, 187, 99
HSL
34°, 98%, 69%
CMYK
0, 26, 61, 1
Luminance
0.5732
Every format
| HEX | #fdbb63 |
| RGB | rgb(253, 187, 99) |
| HSL | hsl(34, 98%, 69%) |
| CMYK | cmyk(0%, 26%, 61%, 1%) |
| LAB | lab(80.4 14.8 53.1) |
| LCH | lch(80.4 55.1 74.4) |
| OKLCH | oklch(0.836 0.130 72.3) |
Copy-ready code
/* CSS */
color: #fdbb63;
background-color: #fdbb63;
/* Tailwind (arbitrary) */
class="text-[#fdbb63] bg-[#fdbb63]"
/* SCSS */
$brand: #fdbb63;
/* SwiftUI */
Color(red: 0.992, green: 0.733, blue: 0.388)
/* Android */
Color.parseColor("#fdbb63")Accessibility — WCAG contrast
Aa
#fdbb63 on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbb63 on black: 12.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green73.3%
Blue38.8%
CMYK percentages
Cyan0.0%
Magenta26.1%
Yellow60.9%
Key (black)0.8%
Color previews
#fdbb63 text on a black background
contrast 12.46:1
Card sample
#fdbb63 text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbb63;
Background color
Panel with #fdbb63 background
background-color: #fdbb63;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbb63;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 187, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 187, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbb63; background: linear-gradient(135deg, #fdbb63, #D8FD63);