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