#ff9f5e
a light, electric orange · warm · closest name: peru
RGB
255, 159, 94
HSL
24°, 100%, 68%
CMYK
0, 38, 63, 0
Luminance
0.4686
Every format
| HEX | #ff9f5e |
| RGB | rgb(255, 159, 94) |
| HSL | hsl(24, 100%, 68%) |
| CMYK | cmyk(0%, 38%, 63%, 0%) |
| LAB | lab(74.1 29.9 48.3) |
| LCH | lch(74.1 56.8 58.2) |
| OKLCH | oklch(0.788 0.140 53.3) |
Copy-ready code
/* CSS */
color: #ff9f5e;
background-color: #ff9f5e;
/* Tailwind (arbitrary) */
class="text-[#ff9f5e] bg-[#ff9f5e]"
/* SCSS */
$brand: #ff9f5e;
/* SwiftUI */
Color(red: 1.000, green: 0.624, blue: 0.369)
/* Android */
Color.parseColor("#ff9f5e")Accessibility — WCAG contrast
Aa
#ff9f5e on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff9f5e on black: 10.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green62.4%
Blue36.9%
CMYK percentages
Cyan0.0%
Magenta37.6%
Yellow63.1%
Key (black)0.0%
Color previews
#ff9f5e text on a black background
contrast 10.37:1
Card sample
#ff9f5e text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff9f5e;
Background color
Panel with #ff9f5e background
background-color: #ff9f5e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff9f5e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 159, 94, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 159, 94, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff9f5e; background: linear-gradient(135deg, #ff9f5e, #F4FF5E);