#ffae4f
a light, electric orange · warm · closest name: peru
RGB
255, 174, 79
HSL
32°, 100%, 66%
CMYK
0, 32, 69, 0
Luminance
0.5210
Every format
| HEX | #ffae4f |
| RGB | rgb(255, 174, 79) |
| HSL | hsl(32, 100%, 66%) |
| CMYK | cmyk(0%, 32%, 69%, 0%) |
| LAB | lab(77.3 21.3 59.0) |
| LCH | lch(77.3 62.7 70.2) |
| OKLCH | oklch(0.813 0.144 67.3) |
Copy-ready code
/* CSS */
color: #ffae4f;
background-color: #ffae4f;
/* Tailwind (arbitrary) */
class="text-[#ffae4f] bg-[#ffae4f]"
/* SCSS */
$brand: #ffae4f;
/* SwiftUI */
Color(red: 1.000, green: 0.682, blue: 0.310)
/* Android */
Color.parseColor("#ffae4f")Accessibility — WCAG contrast
Aa
#ffae4f on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffae4f on black: 11.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green68.2%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta31.8%
Yellow69.0%
Key (black)0.0%
Color previews
#ffae4f text on a black background
contrast 11.42:1
Card sample
#ffae4f text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffae4f;
Background color
Panel with #ffae4f background
background-color: #ffae4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffae4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 174, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 174, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffae4f; background: linear-gradient(135deg, #ffae4f, #DBFF4F);