#fcc7b3
a light, electric orange · warm · closest name: pink
RGB
252, 199, 179
HSL
16°, 92%, 85%
CMYK
0, 21, 29, 1
Luminance
0.6480
Every format
| HEX | #fcc7b3 |
| RGB | rgb(252, 199, 179) |
| HSL | hsl(16, 92%, 85%) |
| CMYK | cmyk(0%, 21%, 29%, 1%) |
| LAB | lab(84.4 16.1 17.2) |
| LCH | lch(84.4 23.5 47.0) |
| OKLCH | oklch(0.871 0.067 41.7) |
Copy-ready code
/* CSS */
color: #fcc7b3;
background-color: #fcc7b3;
/* Tailwind (arbitrary) */
class="text-[#fcc7b3] bg-[#fcc7b3]"
/* SCSS */
$brand: #fcc7b3;
/* SwiftUI */
Color(red: 0.988, green: 0.780, blue: 0.702)
/* Android */
Color.parseColor("#fcc7b3")Accessibility — WCAG contrast
Aa
#fcc7b3 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcc7b3 on black: 13.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green78.0%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta21.0%
Yellow29.0%
Key (black)1.2%
Color previews
#fcc7b3 text on a black background
contrast 13.96:1
Card sample
#fcc7b3 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcc7b3;
Background color
Panel with #fcc7b3 background
background-color: #fcc7b3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcc7b3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 199, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 199, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcc7b3; background: linear-gradient(135deg, #fcc7b3, #FCF8B3);