#ffdfc7
a pale, electric orange · warm · closest name: beige
RGB
255, 223, 199
HSL
26°, 100%, 89%
CMYK
0, 13, 22, 0
Luminance
0.7816
Every format
| HEX | #ffdfc7 |
| RGB | rgb(255, 223, 199) |
| HSL | hsl(26, 100%, 89%) |
| CMYK | cmyk(0%, 13%, 22%, 0%) |
| LAB | lab(90.8 7.4 15.8) |
| LCH | lch(90.8 17.5 64.9) |
| OKLCH | oklch(0.924 0.048 59.0) |
Copy-ready code
/* CSS */
color: #ffdfc7;
background-color: #ffdfc7;
/* Tailwind (arbitrary) */
class="text-[#ffdfc7] bg-[#ffdfc7]"
/* SCSS */
$brand: #ffdfc7;
/* SwiftUI */
Color(red: 1.000, green: 0.875, blue: 0.780)
/* Android */
Color.parseColor("#ffdfc7")Accessibility — WCAG contrast
Aa
#ffdfc7 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffdfc7 on black: 16.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green87.5%
Blue78.0%
CMYK percentages
Cyan0.0%
Magenta12.5%
Yellow22.0%
Key (black)0.0%
Color previews
#ffdfc7 text on a black background
contrast 16.63:1
Card sample
#ffdfc7 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffdfc7;
Background color
Panel with #ffdfc7 background
background-color: #ffdfc7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffdfc7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 223, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 223, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffdfc7; background: linear-gradient(135deg, #ffdfc7, #FAFFC7);