#faac6b
a light, electric orange · warm · closest name: peru
RGB
250, 172, 107
HSL
27°, 94%, 70%
CMYK
0, 31, 57, 2
Luminance
0.5089
Every format
| HEX | #faac6b |
| RGB | rgb(250, 172, 107) |
| HSL | hsl(27, 94%, 70%) |
| CMYK | cmyk(0%, 31%, 57%, 2%) |
| LAB | lab(76.6 22.0 44.6) |
| LCH | lch(76.6 49.8 63.7) |
| OKLCH | oklch(0.807 0.123 59.6) |
Copy-ready code
/* CSS */
color: #faac6b;
background-color: #faac6b;
/* Tailwind (arbitrary) */
class="text-[#faac6b] bg-[#faac6b]"
/* SCSS */
$brand: #faac6b;
/* SwiftUI */
Color(red: 0.980, green: 0.675, blue: 0.420)
/* Android */
Color.parseColor("#faac6b")Accessibility — WCAG contrast
Aa
#faac6b on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faac6b on black: 11.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green67.5%
Blue42.0%
CMYK percentages
Cyan0.0%
Magenta31.2%
Yellow57.2%
Key (black)2.0%
Color previews
#faac6b text on a black background
contrast 11.18:1
Card sample
#faac6b text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faac6b;
Background color
Panel with #faac6b background
background-color: #faac6b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faac6b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 172, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 172, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faac6b; background: linear-gradient(135deg, #faac6b, #E9FA6B);