#f5b870
a light, electric orange · warm · closest name: peru
RGB
245, 184, 112
HSL
33°, 87%, 70%
CMYK
0, 25, 54, 4
Luminance
0.5486
Every format
| HEX | #f5b870 |
| RGB | rgb(245, 184, 112) |
| HSL | hsl(33, 87%, 70%) |
| CMYK | cmyk(0%, 25%, 54%, 4%) |
| LAB | lab(79.0 14.1 44.8) |
| LCH | lch(79.0 47.0 72.6) |
| OKLCH | oklch(0.824 0.114 69.7) |
Copy-ready code
/* CSS */
color: #f5b870;
background-color: #f5b870;
/* Tailwind (arbitrary) */
class="text-[#f5b870] bg-[#f5b870]"
/* SCSS */
$brand: #f5b870;
/* SwiftUI */
Color(red: 0.961, green: 0.722, blue: 0.439)
/* Android */
Color.parseColor("#f5b870")Accessibility — WCAG contrast
Aa
#f5b870 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5b870 on black: 11.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green72.2%
Blue43.9%
CMYK percentages
Cyan0.0%
Magenta24.9%
Yellow54.3%
Key (black)3.9%
Color previews
#f5b870 text on a black background
contrast 11.97:1
Card sample
#f5b870 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5b870;
Background color
Panel with #f5b870 background
background-color: #f5b870;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5b870;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 184, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 184, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5b870; background: linear-gradient(135deg, #f5b870, #D9F570);