#fbdacf
a pale, electric orange · warm · closest name: beige
RGB
251, 218, 207
HSL
15°, 85%, 90%
CMYK
0, 13, 18, 2
Luminance
0.7516
Every format
| HEX | #fbdacf |
| RGB | rgb(251, 218, 207) |
| HSL | hsl(15, 85%, 90%) |
| CMYK | cmyk(0%, 13%, 18%, 2%) |
| LAB | lab(89.5 9.7 9.6) |
| LCH | lch(89.5 13.7 44.7) |
| OKLCH | oklch(0.913 0.040 39.3) |
Copy-ready code
/* CSS */
color: #fbdacf;
background-color: #fbdacf;
/* Tailwind (arbitrary) */
class="text-[#fbdacf] bg-[#fbdacf]"
/* SCSS */
$brand: #fbdacf;
/* SwiftUI */
Color(red: 0.984, green: 0.855, blue: 0.812)
/* Android */
Color.parseColor("#fbdacf")Accessibility — WCAG contrast
Aa
#fbdacf on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbdacf on black: 16.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green85.5%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta13.1%
Yellow17.5%
Key (black)1.6%
Color previews
#fbdacf text on a black background
contrast 16.03:1
Card sample
#fbdacf text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbdacf;
Background color
Panel with #fbdacf background
background-color: #fbdacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbdacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 218, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 218, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbdacf; background: linear-gradient(135deg, #fbdacf, #FBF7CF);