#ffb577
a light, electric orange · warm · closest name: peru
RGB
255, 181, 119
HSL
27°, 100%, 73%
CMYK
0, 29, 53, 0
Luminance
0.5564
Every format
| HEX | #ffb577 |
| RGB | rgb(255, 181, 119) |
| HSL | hsl(27, 100%, 73%) |
| CMYK | cmyk(0%, 29%, 53%, 0%) |
| LAB | lab(79.4 20.3 42.1) |
| LCH | lch(79.4 46.7 64.3) |
| OKLCH | oklch(0.830 0.117 60.2) |
Copy-ready code
/* CSS */
color: #ffb577;
background-color: #ffb577;
/* Tailwind (arbitrary) */
class="text-[#ffb577] bg-[#ffb577]"
/* SCSS */
$brand: #ffb577;
/* SwiftUI */
Color(red: 1.000, green: 0.710, blue: 0.467)
/* Android */
Color.parseColor("#ffb577")Accessibility — WCAG contrast
Aa
#ffb577 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffb577 on black: 12.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green71.0%
Blue46.7%
CMYK percentages
Cyan0.0%
Magenta29.0%
Yellow53.3%
Key (black)0.0%
Color previews
#ffb577 text on a black background
contrast 12.13:1
Card sample
#ffb577 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffb577;
Background color
Panel with #ffb577 background
background-color: #ffb577;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffb577;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 181, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 181, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffb577; background: linear-gradient(135deg, #ffb577, #EEFF77);