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