#f5a77f
a light, electric orange · warm · closest name: peru
RGB
245, 167, 127
HSL
20°, 86%, 73%
CMYK
0, 32, 48, 4
Luminance
0.4858
Every format
| HEX | #f5a77f |
| RGB | rgb(245, 167, 127) |
| HSL | hsl(20, 86%, 73%) |
| CMYK | cmyk(0%, 32%, 48%, 4%) |
| LAB | lab(75.2 24.4 32.3) |
| LCH | lch(75.2 40.5 53.0) |
| OKLCH | oklch(0.795 0.107 47.9) |
Copy-ready code
/* CSS */
color: #f5a77f;
background-color: #f5a77f;
/* Tailwind (arbitrary) */
class="text-[#f5a77f] bg-[#f5a77f]"
/* SCSS */
$brand: #f5a77f;
/* SwiftUI */
Color(red: 0.961, green: 0.655, blue: 0.498)
/* Android */
Color.parseColor("#f5a77f")Accessibility — WCAG contrast
Aa
#f5a77f on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5a77f on black: 10.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green65.5%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta31.8%
Yellow48.2%
Key (black)3.9%
Color previews
#f5a77f text on a black background
contrast 10.72:1
Card sample
#f5a77f text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5a77f;
Background color
Panel with #f5a77f background
background-color: #f5a77f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5a77f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 167, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 167, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5a77f; background: linear-gradient(135deg, #f5a77f, #F4F57F);