#fdb970
a light, electric orange · warm · closest name: peru
RGB
253, 185, 112
HSL
31°, 97%, 72%
CMYK
0, 27, 56, 1
Luminance
0.5675
Every format
| HEX | #fdb970 |
| RGB | rgb(253, 185, 112) |
| HSL | hsl(31, 97%, 72%) |
| CMYK | cmyk(0%, 27%, 56%, 1%) |
| LAB | lab(80.0 16.8 46.3) |
| LCH | lch(80.0 49.3 70.1) |
| OKLCH | oklch(0.834 0.120 66.9) |
Copy-ready code
/* CSS */
color: #fdb970;
background-color: #fdb970;
/* Tailwind (arbitrary) */
class="text-[#fdb970] bg-[#fdb970]"
/* SCSS */
$brand: #fdb970;
/* SwiftUI */
Color(red: 0.992, green: 0.725, blue: 0.439)
/* Android */
Color.parseColor("#fdb970")Accessibility — WCAG contrast
Aa
#fdb970 on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdb970 on black: 12.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green72.5%
Blue43.9%
CMYK percentages
Cyan0.0%
Magenta26.9%
Yellow55.7%
Key (black)0.8%
Color previews
#fdb970 text on a black background
contrast 12.35:1
Card sample
#fdb970 text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdb970;
Background color
Panel with #fdb970 background
background-color: #fdb970;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdb970;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 185, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 185, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdb970; background: linear-gradient(135deg, #fdb970, #E3FD70);