#ffaf78
a light, electric orange · warm · closest name: peru
RGB
255, 175, 120
HSL
24°, 100%, 74%
CMYK
0, 31, 53, 0
Luminance
0.5328
Every format
| HEX | #ffaf78 |
| RGB | rgb(255, 175, 120) |
| HSL | hsl(24, 100%, 74%) |
| CMYK | cmyk(0%, 31%, 53%, 0%) |
| LAB | lab(78.0 23.5 39.9) |
| LCH | lch(78.0 46.3 59.5) |
| OKLCH | oklch(0.819 0.118 54.8) |
Copy-ready code
/* CSS */
color: #ffaf78;
background-color: #ffaf78;
/* Tailwind (arbitrary) */
class="text-[#ffaf78] bg-[#ffaf78]"
/* SCSS */
$brand: #ffaf78;
/* SwiftUI */
Color(red: 1.000, green: 0.686, blue: 0.471)
/* Android */
Color.parseColor("#ffaf78")Accessibility — WCAG contrast
Aa
#ffaf78 on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffaf78 on black: 11.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green68.6%
Blue47.1%
CMYK percentages
Cyan0.0%
Magenta31.4%
Yellow52.9%
Key (black)0.0%
Color previews
#ffaf78 text on a black background
contrast 11.66:1
Card sample
#ffaf78 text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffaf78;
Background color
Panel with #ffaf78 background
background-color: #ffaf78;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffaf78;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 175, 120, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 175, 120, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffaf78; background: linear-gradient(135deg, #ffaf78, #F5FF78);