#ffb469
a light, electric orange · warm · closest name: peru
RGB
255, 180, 105
HSL
30°, 100%, 71%
CMYK
0, 29, 59, 0
Luminance
0.5492
Every format
| HEX | #ffb469 |
| RGB | rgb(255, 180, 105) |
| HSL | hsl(30, 100%, 71%) |
| CMYK | cmyk(0%, 29%, 59%, 0%) |
| LAB | lab(79.0 19.7 48.6) |
| LCH | lch(79.0 52.5 67.9) |
| OKLCH | oklch(0.826 0.127 64.5) |
Copy-ready code
/* CSS */
color: #ffb469;
background-color: #ffb469;
/* Tailwind (arbitrary) */
class="text-[#ffb469] bg-[#ffb469]"
/* SCSS */
$brand: #ffb469;
/* SwiftUI */
Color(red: 1.000, green: 0.706, blue: 0.412)
/* Android */
Color.parseColor("#ffb469")Accessibility — WCAG contrast
Aa
#ffb469 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffb469 on black: 11.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green70.6%
Blue41.2%
CMYK percentages
Cyan0.0%
Magenta29.4%
Yellow58.8%
Key (black)0.0%
Color previews
#ffb469 text on a black background
contrast 11.98:1
Card sample
#ffb469 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffb469;
Background color
Panel with #ffb469 background
background-color: #ffb469;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffb469;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 180, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 180, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffb469; background: linear-gradient(135deg, #ffb469, #E6FF69);