#fdccb6
a pale, electric orange · warm · closest name: tan
RGB
253, 204, 182
HSL
19°, 95%, 85%
CMYK
0, 19, 28, 1
Luminance
0.6745
Every format
| HEX | #fdccb6 |
| RGB | rgb(253, 204, 182) |
| HSL | hsl(19, 95%, 85%) |
| CMYK | cmyk(0%, 19%, 28%, 1%) |
| LAB | lab(85.7 14.2 17.5) |
| LCH | lch(85.7 22.6 51.0) |
| OKLCH | oklch(0.882 0.063 45.4) |
Copy-ready code
/* CSS */
color: #fdccb6;
background-color: #fdccb6;
/* Tailwind (arbitrary) */
class="text-[#fdccb6] bg-[#fdccb6]"
/* SCSS */
$brand: #fdccb6;
/* SwiftUI */
Color(red: 0.992, green: 0.800, blue: 0.714)
/* Android */
Color.parseColor("#fdccb6")Accessibility — WCAG contrast
Aa
#fdccb6 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdccb6 on black: 14.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green80.0%
Blue71.4%
CMYK percentages
Cyan0.0%
Magenta19.4%
Yellow28.1%
Key (black)0.8%
Color previews
#fdccb6 text on a black background
contrast 14.49:1
Card sample
#fdccb6 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdccb6;
Background color
Panel with #fdccb6 background
background-color: #fdccb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdccb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 204, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 204, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdccb6; background: linear-gradient(135deg, #fdccb6, #FDFBB6);