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