#fdc3ac
a light, electric orange · warm · closest name: tan
RGB
253, 195, 172
HSL
17°, 95%, 83%
CMYK
0, 23, 32, 1
Luminance
0.6289
Every format
| HEX | #fdc3ac |
| RGB | rgb(253, 195, 172) |
| HSL | hsl(17, 95%, 83%) |
| CMYK | cmyk(0%, 23%, 32%, 1%) |
| LAB | lab(83.4 17.6 19.6) |
| LCH | lch(83.4 26.3 48.0) |
| OKLCH | oklch(0.863 0.074 42.6) |
Copy-ready code
/* CSS */
color: #fdc3ac;
background-color: #fdc3ac;
/* Tailwind (arbitrary) */
class="text-[#fdc3ac] bg-[#fdc3ac]"
/* SCSS */
$brand: #fdc3ac;
/* SwiftUI */
Color(red: 0.992, green: 0.765, blue: 0.675)
/* Android */
Color.parseColor("#fdc3ac")Accessibility — WCAG contrast
Aa
#fdc3ac on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdc3ac on black: 13.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green76.5%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta22.9%
Yellow32.0%
Key (black)0.8%
Color previews
#fdc3ac text on a black background
contrast 13.58:1
Card sample
#fdc3ac text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdc3ac;
Background color
Panel with #fdc3ac background
background-color: #fdc3ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdc3ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 195, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 195, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdc3ac; background: linear-gradient(135deg, #fdc3ac, #FDF9AC);