#ffa556
a light, electric orange · warm · closest name: peru
RGB
255, 165, 86
HSL
28°, 100%, 67%
CMYK
0, 35, 66, 0
Luminance
0.4884
Every format
| HEX | #ffa556 |
| RGB | rgb(255, 165, 86) |
| HSL | hsl(28, 100%, 67%) |
| CMYK | cmyk(0%, 35%, 66%, 0%) |
| LAB | lab(75.4 26.3 53.6) |
| LCH | lch(75.4 59.7 63.8) |
| OKLCH | oklch(0.797 0.142 59.7) |
Copy-ready code
/* CSS */
color: #ffa556;
background-color: #ffa556;
/* Tailwind (arbitrary) */
class="text-[#ffa556] bg-[#ffa556]"
/* SCSS */
$brand: #ffa556;
/* SwiftUI */
Color(red: 1.000, green: 0.647, blue: 0.337)
/* Android */
Color.parseColor("#ffa556")Accessibility — WCAG contrast
Aa
#ffa556 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffa556 on black: 10.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green64.7%
Blue33.7%
CMYK percentages
Cyan0.0%
Magenta35.3%
Yellow66.3%
Key (black)0.0%
Color previews
#ffa556 text on a black background
contrast 10.77:1
Card sample
#ffa556 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffa556;
Background color
Panel with #ffa556 background
background-color: #ffa556;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffa556;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 165, 86, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 165, 86, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffa556; background: linear-gradient(135deg, #ffa556, #E8FF56);