#f5b751
a balanced, electric orange · warm · closest name: peru
RGB
245, 183, 81
HSL
37°, 89%, 64%
CMYK
0, 25, 67, 4
Luminance
0.5387
Every format
| HEX | #f5b751 |
| RGB | rgb(245, 183, 81) |
| HSL | hsl(37, 89%, 64%) |
| CMYK | cmyk(0%, 25%, 67%, 4%) |
| LAB | lab(78.4 12.5 58.9) |
| LCH | lch(78.4 60.2 78.0) |
| OKLCH | oklch(0.818 0.137 77.0) |
Copy-ready code
/* CSS */
color: #f5b751;
background-color: #f5b751;
/* Tailwind (arbitrary) */
class="text-[#f5b751] bg-[#f5b751]"
/* SCSS */
$brand: #f5b751;
/* SwiftUI */
Color(red: 0.961, green: 0.718, blue: 0.318)
/* Android */
Color.parseColor("#f5b751")Accessibility — WCAG contrast
Aa
#f5b751 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5b751 on black: 11.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green71.8%
Blue31.8%
CMYK percentages
Cyan0.0%
Magenta25.3%
Yellow66.9%
Key (black)3.9%
Color previews
#f5b751 text on a black background
contrast 11.77:1
Card sample
#f5b751 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5b751;
Background color
Panel with #f5b751 background
background-color: #f5b751;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5b751;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 183, 81, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 183, 81, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5b751; background: linear-gradient(135deg, #f5b751, #C6F551);