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