#fdecdb
a pale, electric orange · warm · closest name: beige
RGB
253, 236, 219
HSL
30°, 90%, 93%
CMYK
0, 7, 13, 1
Luminance
0.8599
Every format
| HEX | #fdecdb |
| RGB | rgb(253, 236, 219) |
| HSL | hsl(30, 90%, 93%) |
| CMYK | cmyk(0%, 7%, 13%, 1%) |
| LAB | lab(94.3 3.0 10.3) |
| LCH | lch(94.3 10.7 73.8) |
| OKLCH | oklch(0.952 0.029 67.5) |
Copy-ready code
/* CSS */
color: #fdecdb;
background-color: #fdecdb;
/* Tailwind (arbitrary) */
class="text-[#fdecdb] bg-[#fdecdb]"
/* SCSS */
$brand: #fdecdb;
/* SwiftUI */
Color(red: 0.992, green: 0.925, blue: 0.859)
/* Android */
Color.parseColor("#fdecdb")Accessibility — WCAG contrast
Aa
#fdecdb on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdecdb on black: 18.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green92.5%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta6.7%
Yellow13.4%
Key (black)0.8%
Color previews
#fdecdb text on a black background
contrast 18.20:1
Card sample
#fdecdb text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdecdb;
Background color
Panel with #fdecdb background
background-color: #fdecdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdecdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 236, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 236, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdecdb; background: linear-gradient(135deg, #fdecdb, #F7FDDB);