#fdbb68
a light, electric orange · warm · closest name: peru
RGB
253, 187, 104
HSL
33°, 97%, 70%
CMYK
0, 26, 59, 1
Luminance
0.5742
Every format
| HEX | #fdbb68 |
| RGB | rgb(253, 187, 104) |
| HSL | hsl(33, 97%, 70%) |
| CMYK | cmyk(0%, 26%, 59%, 1%) |
| LAB | lab(80.4 15.2 50.7) |
| LCH | lch(80.4 53.0 73.4) |
| OKLCH | oklch(0.837 0.126 70.9) |
Copy-ready code
/* CSS */
color: #fdbb68;
background-color: #fdbb68;
/* Tailwind (arbitrary) */
class="text-[#fdbb68] bg-[#fdbb68]"
/* SCSS */
$brand: #fdbb68;
/* SwiftUI */
Color(red: 0.992, green: 0.733, blue: 0.408)
/* Android */
Color.parseColor("#fdbb68")Accessibility — WCAG contrast
Aa
#fdbb68 on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbb68 on black: 12.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green73.3%
Blue40.8%
CMYK percentages
Cyan0.0%
Magenta26.1%
Yellow58.9%
Key (black)0.8%
Color previews
#fdbb68 text on a black background
contrast 12.48:1
Card sample
#fdbb68 text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbb68;
Background color
Panel with #fdbb68 background
background-color: #fdbb68;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbb68;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 187, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 187, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbb68; background: linear-gradient(135deg, #fdbb68, #DCFD68);