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