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