#fcaf6c
a light, electric orange · warm · closest name: peru
RGB
252, 175, 108
HSL
28°, 96%, 71%
CMYK
0, 31, 57, 1
Luminance
0.5244
Every format
| HEX | #fcaf6c |
| RGB | rgb(252, 175, 108) |
| HSL | hsl(28, 96%, 71%) |
| CMYK | cmyk(0%, 31%, 57%, 1%) |
| LAB | lab(77.5 21.3 45.3) |
| LCH | lch(77.5 50.1 64.8) |
| OKLCH | oklch(0.814 0.123 60.8) |
Copy-ready code
/* CSS */
color: #fcaf6c;
background-color: #fcaf6c;
/* Tailwind (arbitrary) */
class="text-[#fcaf6c] bg-[#fcaf6c]"
/* SCSS */
$brand: #fcaf6c;
/* SwiftUI */
Color(red: 0.988, green: 0.686, blue: 0.424)
/* Android */
Color.parseColor("#fcaf6c")Accessibility — WCAG contrast
Aa
#fcaf6c on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcaf6c on black: 11.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green68.6%
Blue42.4%
CMYK percentages
Cyan0.0%
Magenta30.6%
Yellow57.1%
Key (black)1.2%
Color previews
#fcaf6c text on a black background
contrast 11.49:1
Card sample
#fcaf6c text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcaf6c;
Background color
Panel with #fcaf6c background
background-color: #fcaf6c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcaf6c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 175, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 175, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcaf6c; background: linear-gradient(135deg, #fcaf6c, #E9FC6C);