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