#f5bd73
a light, electric orange · warm · closest name: peru
RGB
245, 189, 115
HSL
34°, 87%, 71%
CMYK
0, 23, 53, 4
Luminance
0.5705
Every format
| HEX | #f5bd73 |
| RGB | rgb(245, 189, 115) |
| HSL | hsl(34, 87%, 71%) |
| CMYK | cmyk(0%, 23%, 53%, 4%) |
| LAB | lab(80.2 11.7 44.9) |
| LCH | lch(80.2 46.4 75.4) |
| OKLCH | oklch(0.834 0.112 73.0) |
Copy-ready code
/* CSS */
color: #f5bd73;
background-color: #f5bd73;
/* Tailwind (arbitrary) */
class="text-[#f5bd73] bg-[#f5bd73]"
/* SCSS */
$brand: #f5bd73;
/* SwiftUI */
Color(red: 0.961, green: 0.741, blue: 0.451)
/* Android */
Color.parseColor("#f5bd73")Accessibility — WCAG contrast
Aa
#f5bd73 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5bd73 on black: 12.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green74.1%
Blue45.1%
CMYK percentages
Cyan0.0%
Magenta22.9%
Yellow53.1%
Key (black)3.9%
Color previews
#f5bd73 text on a black background
contrast 12.41:1
Card sample
#f5bd73 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5bd73;
Background color
Panel with #f5bd73 background
background-color: #f5bd73;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5bd73;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 189, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 189, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5bd73; background: linear-gradient(135deg, #f5bd73, #D6F573);