#ffb470
a light, electric orange · warm · closest name: peru
RGB
255, 180, 112
HSL
29°, 100%, 72%
CMYK
0, 29, 56, 0
Luminance
0.5507
Every format
| HEX | #ffb470 |
| RGB | rgb(255, 180, 112) |
| HSL | hsl(29, 100%, 72%) |
| CMYK | cmyk(0%, 29%, 56%, 0%) |
| LAB | lab(79.1 20.2 45.2) |
| LCH | lch(79.1 49.5 65.9) |
| OKLCH | oklch(0.827 0.122 62.1) |
Copy-ready code
/* CSS */
color: #ffb470;
background-color: #ffb470;
/* Tailwind (arbitrary) */
class="text-[#ffb470] bg-[#ffb470]"
/* SCSS */
$brand: #ffb470;
/* SwiftUI */
Color(red: 1.000, green: 0.706, blue: 0.439)
/* Android */
Color.parseColor("#ffb470")Accessibility — WCAG contrast
Aa
#ffb470 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffb470 on black: 12.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green70.6%
Blue43.9%
CMYK percentages
Cyan0.0%
Magenta29.4%
Yellow56.1%
Key (black)0.0%
Color previews
#ffb470 text on a black background
contrast 12.01:1
Card sample
#ffb470 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffb470;
Background color
Panel with #ffb470 background
background-color: #ffb470;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffb470;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 180, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 180, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffb470; background: linear-gradient(135deg, #ffb470, #EBFF70);