#fdbe68
a light, electric orange · warm · closest name: peru
RGB
253, 190, 104
HSL
35°, 97%, 70%
CMYK
0, 25, 59, 1
Luminance
0.5871
Every format
| HEX | #fdbe68 |
| RGB | rgb(253, 190, 104) |
| HSL | hsl(35, 97%, 70%) |
| CMYK | cmyk(0%, 25%, 59%, 1%) |
| LAB | lab(81.1 13.6 51.6) |
| LCH | lch(81.1 53.3 75.2) |
| OKLCH | oklch(0.842 0.126 73.2) |
Copy-ready code
/* CSS */
color: #fdbe68;
background-color: #fdbe68;
/* Tailwind (arbitrary) */
class="text-[#fdbe68] bg-[#fdbe68]"
/* SCSS */
$brand: #fdbe68;
/* SwiftUI */
Color(red: 0.992, green: 0.745, blue: 0.408)
/* Android */
Color.parseColor("#fdbe68")Accessibility — WCAG contrast
Aa
#fdbe68 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbe68 on black: 12.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green74.5%
Blue40.8%
CMYK percentages
Cyan0.0%
Magenta24.9%
Yellow58.9%
Key (black)0.8%
Color previews
#fdbe68 text on a black background
contrast 12.74:1
Card sample
#fdbe68 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbe68;
Background color
Panel with #fdbe68 background
background-color: #fdbe68;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbe68;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 190, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 190, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbe68; background: linear-gradient(135deg, #fdbe68, #D9FD68);