#ffdfc2
a pale, electric orange · warm · closest name: beige
RGB
255, 223, 194
HSL
29°, 100%, 88%
CMYK
0, 13, 24, 0
Luminance
0.7793
Every format
| HEX | #ffdfc2 |
| RGB | rgb(255, 223, 194) |
| HSL | hsl(29, 100%, 88%) |
| CMYK | cmyk(0%, 13%, 24%, 0%) |
| LAB | lab(90.8 6.7 18.3) |
| LCH | lch(90.8 19.5 69.8) |
| OKLCH | oklch(0.923 0.052 64.3) |
Copy-ready code
/* CSS */
color: #ffdfc2;
background-color: #ffdfc2;
/* Tailwind (arbitrary) */
class="text-[#ffdfc2] bg-[#ffdfc2]"
/* SCSS */
$brand: #ffdfc2;
/* SwiftUI */
Color(red: 1.000, green: 0.875, blue: 0.761)
/* Android */
Color.parseColor("#ffdfc2")Accessibility — WCAG contrast
Aa
#ffdfc2 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffdfc2 on black: 16.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green87.5%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta12.5%
Yellow23.9%
Key (black)0.0%
Color previews
#ffdfc2 text on a black background
contrast 16.59:1
Card sample
#ffdfc2 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffdfc2;
Background color
Panel with #ffdfc2 background
background-color: #ffdfc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffdfc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 223, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 223, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffdfc2; background: linear-gradient(135deg, #ffdfc2, #F6FFC2);