#ffa74f
a light, electric orange · warm · closest name: peru
RGB
255, 167, 79
HSL
30°, 100%, 66%
CMYK
0, 35, 69, 0
Luminance
0.4946
Every format
| HEX | #ffa74f |
| RGB | rgb(255, 167, 79) |
| HSL | hsl(30, 100%, 66%) |
| CMYK | cmyk(0%, 35%, 69%, 0%) |
| LAB | lab(75.7 24.9 57.3) |
| LCH | lch(75.7 62.5 66.5) |
| OKLCH | oklch(0.800 0.145 62.9) |
Copy-ready code
/* CSS */
color: #ffa74f;
background-color: #ffa74f;
/* Tailwind (arbitrary) */
class="text-[#ffa74f] bg-[#ffa74f]"
/* SCSS */
$brand: #ffa74f;
/* SwiftUI */
Color(red: 1.000, green: 0.655, blue: 0.310)
/* Android */
Color.parseColor("#ffa74f")Accessibility — WCAG contrast
Aa
#ffa74f on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffa74f on black: 10.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green65.5%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta34.5%
Yellow69.0%
Key (black)0.0%
Color previews
#ffa74f text on a black background
contrast 10.89:1
Card sample
#ffa74f text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffa74f;
Background color
Panel with #ffa74f background
background-color: #ffa74f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffa74f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 167, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 167, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffa74f; background: linear-gradient(135deg, #ffa74f, #E2FF4F);