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