#ffae5e
a light, electric orange · warm · closest name: peru
RGB
255, 174, 94
HSL
30°, 100%, 68%
CMYK
0, 32, 63, 0
Luminance
0.5234
Every format
| HEX | #ffae5e |
| RGB | rgb(255, 174, 94) |
| HSL | hsl(30, 100%, 68%) |
| CMYK | cmyk(0%, 32%, 63%, 0%) |
| LAB | lab(77.5 22.1 52.2) |
| LCH | lch(77.5 56.7 67.0) |
| OKLCH | oklch(0.814 0.135 63.5) |
Copy-ready code
/* CSS */
color: #ffae5e;
background-color: #ffae5e;
/* Tailwind (arbitrary) */
class="text-[#ffae5e] bg-[#ffae5e]"
/* SCSS */
$brand: #ffae5e;
/* SwiftUI */
Color(red: 1.000, green: 0.682, blue: 0.369)
/* Android */
Color.parseColor("#ffae5e")Accessibility — WCAG contrast
Aa
#ffae5e on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffae5e on black: 11.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green68.2%
Blue36.9%
CMYK percentages
Cyan0.0%
Magenta31.8%
Yellow63.1%
Key (black)0.0%
Color previews
#ffae5e text on a black background
contrast 11.47:1
Card sample
#ffae5e text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffae5e;
Background color
Panel with #ffae5e background
background-color: #ffae5e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffae5e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 174, 94, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 174, 94, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffae5e; background: linear-gradient(135deg, #ffae5e, #E5FF5E);