#fcaf6f
a light, electric orange · warm · closest name: peru
RGB
252, 175, 111
HSL
27°, 96%, 71%
CMYK
0, 31, 56, 1
Luminance
0.5250
Every format
| HEX | #fcaf6f |
| RGB | rgb(252, 175, 111) |
| HSL | hsl(27, 96%, 71%) |
| CMYK | cmyk(0%, 31%, 56%, 1%) |
| LAB | lab(77.6 21.6 43.8) |
| LCH | lch(77.6 48.8 63.8) |
| OKLCH | oklch(0.815 0.121 59.7) |
Copy-ready code
/* CSS */
color: #fcaf6f;
background-color: #fcaf6f;
/* Tailwind (arbitrary) */
class="text-[#fcaf6f] bg-[#fcaf6f]"
/* SCSS */
$brand: #fcaf6f;
/* SwiftUI */
Color(red: 0.988, green: 0.686, blue: 0.435)
/* Android */
Color.parseColor("#fcaf6f")Accessibility — WCAG contrast
Aa
#fcaf6f on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcaf6f on black: 11.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green68.6%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta30.6%
Yellow56.0%
Key (black)1.2%
Color previews
#fcaf6f text on a black background
contrast 11.50:1
Card sample
#fcaf6f text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcaf6f;
Background color
Panel with #fcaf6f background
background-color: #fcaf6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcaf6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 175, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 175, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcaf6f; background: linear-gradient(135deg, #fcaf6f, #EBFC6F);