#fdccb9
a pale, electric orange · warm · closest name: pink
RGB
253, 204, 185
HSL
17°, 94%, 86%
CMYK
0, 19, 27, 1
Luminance
0.6757
Every format
| HEX | #fdccb9 |
| RGB | rgb(253, 204, 185) |
| HSL | hsl(17, 94%, 86%) |
| CMYK | cmyk(0%, 19%, 27%, 1%) |
| LAB | lab(85.8 14.6 16.0) |
| LCH | lch(85.8 21.7 47.7) |
| OKLCH | oklch(0.883 0.062 42.2) |
Copy-ready code
/* CSS */
color: #fdccb9;
background-color: #fdccb9;
/* Tailwind (arbitrary) */
class="text-[#fdccb9] bg-[#fdccb9]"
/* SCSS */
$brand: #fdccb9;
/* SwiftUI */
Color(red: 0.992, green: 0.800, blue: 0.725)
/* Android */
Color.parseColor("#fdccb9")Accessibility — WCAG contrast
Aa
#fdccb9 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdccb9 on black: 14.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green80.0%
Blue72.5%
CMYK percentages
Cyan0.0%
Magenta19.4%
Yellow26.9%
Key (black)0.8%
Color previews
#fdccb9 text on a black background
contrast 14.51:1
Card sample
#fdccb9 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdccb9;
Background color
Panel with #fdccb9 background
background-color: #fdccb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdccb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 204, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 204, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdccb9; background: linear-gradient(135deg, #fdccb9, #FDF9B9);