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