#f4b577
a light, electric orange · warm · closest name: peru
RGB
244, 181, 119
HSL
30°, 85%, 71%
CMYK
0, 26, 51, 4
Luminance
0.5361
Every format
| HEX | #f4b577 |
| RGB | rgb(244, 181, 119) |
| HSL | hsl(30, 85%, 71%) |
| CMYK | cmyk(0%, 26%, 51%, 4%) |
| LAB | lab(78.2 15.9 40.4) |
| LCH | lch(78.2 43.4 68.5) |
| OKLCH | oklch(0.818 0.107 64.9) |
Copy-ready code
/* CSS */
color: #f4b577;
background-color: #f4b577;
/* Tailwind (arbitrary) */
class="text-[#f4b577] bg-[#f4b577]"
/* SCSS */
$brand: #f4b577;
/* SwiftUI */
Color(red: 0.957, green: 0.710, blue: 0.467)
/* Android */
Color.parseColor("#f4b577")Accessibility — WCAG contrast
Aa
#f4b577 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4b577 on black: 11.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green71.0%
Blue46.7%
CMYK percentages
Cyan0.0%
Magenta25.8%
Yellow51.2%
Key (black)4.3%
Color previews
#f4b577 text on a black background
contrast 11.72:1
Card sample
#f4b577 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4b577;
Background color
Panel with #f4b577 background
background-color: #f4b577;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4b577;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 181, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 181, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4b577; background: linear-gradient(135deg, #f4b577, #E0F477);