#ffdac4
a pale, electric orange · warm · closest name: beige
RGB
255, 218, 196
HSL
22°, 100%, 88%
CMYK
0, 15, 23, 0
Luminance
0.7539
Every format
| HEX | #ffdac4 |
| RGB | rgb(255, 218, 196) |
| HSL | hsl(22, 100%, 88%) |
| CMYK | cmyk(0%, 15%, 23%, 0%) |
| LAB | lab(89.6 9.6 15.6) |
| LCH | lch(89.6 18.3 58.5) |
| OKLCH | oklch(0.914 0.051 52.6) |
Copy-ready code
/* CSS */
color: #ffdac4;
background-color: #ffdac4;
/* Tailwind (arbitrary) */
class="text-[#ffdac4] bg-[#ffdac4]"
/* SCSS */
$brand: #ffdac4;
/* SwiftUI */
Color(red: 1.000, green: 0.855, blue: 0.769)
/* Android */
Color.parseColor("#ffdac4")Accessibility — WCAG contrast
Aa
#ffdac4 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffdac4 on black: 16.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green85.5%
Blue76.9%
CMYK percentages
Cyan0.0%
Magenta14.5%
Yellow23.1%
Key (black)0.0%
Color previews
#ffdac4 text on a black background
contrast 16.08:1
Card sample
#ffdac4 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffdac4;
Background color
Panel with #ffdac4 background
background-color: #ffdac4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffdac4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 218, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 218, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffdac4; background: linear-gradient(135deg, #ffdac4, #FDFFC4);