#f9af7c
a light, electric orange · warm · closest name: peru
RGB
249, 175, 124
HSL
25°, 91%, 73%
CMYK
0, 30, 50, 2
Luminance
0.5225
Every format
| HEX | #f9af7c |
| RGB | rgb(249, 175, 124) |
| HSL | hsl(25, 91%, 73%) |
| CMYK | cmyk(0%, 30%, 50%, 2%) |
| LAB | lab(77.4 21.4 36.9) |
| LCH | lch(77.4 42.6 59.8) |
| OKLCH | oklch(0.814 0.109 55.1) |
Copy-ready code
/* CSS */
color: #f9af7c;
background-color: #f9af7c;
/* Tailwind (arbitrary) */
class="text-[#f9af7c] bg-[#f9af7c]"
/* SCSS */
$brand: #f9af7c;
/* SwiftUI */
Color(red: 0.976, green: 0.686, blue: 0.486)
/* Android */
Color.parseColor("#f9af7c")Accessibility — WCAG contrast
Aa
#f9af7c on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9af7c on black: 11.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green68.6%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta29.7%
Yellow50.2%
Key (black)2.4%
Color previews
#f9af7c text on a black background
contrast 11.45:1
Card sample
#f9af7c text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9af7c;
Background color
Panel with #f9af7c background
background-color: #f9af7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9af7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 175, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 175, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9af7c; background: linear-gradient(135deg, #f9af7c, #F0F97C);