#fdb85f
a light, electric orange · warm · closest name: peru
RGB
253, 184, 95
HSL
34°, 98%, 68%
CMYK
0, 27, 63, 1
Luminance
0.5599
Every format
| HEX | #fdb85f |
| RGB | rgb(253, 184, 95) |
| HSL | hsl(34, 98%, 68%) |
| CMYK | cmyk(0%, 27%, 63%, 1%) |
| LAB | lab(79.6 16.1 54.1) |
| LCH | lch(79.6 56.5 73.4) |
| OKLCH | oklch(0.830 0.132 71.1) |
Copy-ready code
/* CSS */
color: #fdb85f;
background-color: #fdb85f;
/* Tailwind (arbitrary) */
class="text-[#fdb85f] bg-[#fdb85f]"
/* SCSS */
$brand: #fdb85f;
/* SwiftUI */
Color(red: 0.992, green: 0.722, blue: 0.373)
/* Android */
Color.parseColor("#fdb85f")Accessibility — WCAG contrast
Aa
#fdb85f on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdb85f on black: 12.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green72.2%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta27.3%
Yellow62.5%
Key (black)0.8%
Color previews
#fdb85f text on a black background
contrast 12.20:1
Card sample
#fdb85f text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdb85f;
Background color
Panel with #fdb85f background
background-color: #fdb85f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdb85f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 184, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 184, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdb85f; background: linear-gradient(135deg, #fdb85f, #D9FD5F);