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