#ffdabc
a pale, electric orange · warm · closest name: tan
RGB
255, 218, 188
HSL
27°, 100%, 87%
CMYK
0, 15, 26, 0
Luminance
0.7503
Every format
| HEX | #ffdabc |
| RGB | rgb(255, 218, 188) |
| HSL | hsl(27, 100%, 87%) |
| CMYK | cmyk(0%, 15%, 26%, 0%) |
| LAB | lab(89.4 8.5 19.5) |
| LCH | lch(89.4 21.3 66.5) |
| OKLCH | oklch(0.912 0.057 61.0) |
Copy-ready code
/* CSS */
color: #ffdabc;
background-color: #ffdabc;
/* Tailwind (arbitrary) */
class="text-[#ffdabc] bg-[#ffdabc]"
/* SCSS */
$brand: #ffdabc;
/* SwiftUI */
Color(red: 1.000, green: 0.855, blue: 0.737)
/* Android */
Color.parseColor("#ffdabc")Accessibility — WCAG contrast
Aa
#ffdabc on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffdabc on black: 16.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green85.5%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta14.5%
Yellow26.3%
Key (black)0.0%
Color previews
#ffdabc text on a black background
contrast 16.01:1
Card sample
#ffdabc text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffdabc;
Background color
Panel with #ffdabc background
background-color: #ffdabc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffdabc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 218, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 218, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffdabc; background: linear-gradient(135deg, #ffdabc, #F7FFBC);