#ffdecf
a pale, electric orange · warm · closest name: beige
RGB
255, 222, 207
HSL
19°, 100%, 91%
CMYK
0, 13, 19, 0
Luminance
0.7801
Every format
| HEX | #ffdecf |
| RGB | rgb(255, 222, 207) |
| HSL | hsl(19, 100%, 91%) |
| CMYK | cmyk(0%, 13%, 19%, 0%) |
| LAB | lab(90.8 9.1 11.6) |
| LCH | lch(90.8 14.7 51.8) |
| OKLCH | oklch(0.924 0.042 45.9) |
Copy-ready code
/* CSS */
color: #ffdecf;
background-color: #ffdecf;
/* Tailwind (arbitrary) */
class="text-[#ffdecf] bg-[#ffdecf]"
/* SCSS */
$brand: #ffdecf;
/* SwiftUI */
Color(red: 1.000, green: 0.871, blue: 0.812)
/* Android */
Color.parseColor("#ffdecf")Accessibility — WCAG contrast
Aa
#ffdecf on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffdecf on black: 16.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green87.1%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta12.9%
Yellow18.8%
Key (black)0.0%
Color previews
#ffdecf text on a black background
contrast 16.60:1
Card sample
#ffdecf text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffdecf;
Background color
Panel with #ffdecf background
background-color: #ffdecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffdecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 222, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 222, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffdecf; background: linear-gradient(135deg, #ffdecf, #FFFECF);