#fbdfbc
a pale, electric orange · warm · closest name: beige
RGB
251, 223, 188
HSL
33°, 89%, 86%
CMYK
0, 11, 25, 2
Luminance
0.7692
Every format
| HEX | #fbdfbc |
| RGB | rgb(251, 223, 188) |
| HSL | hsl(33, 89%, 86%) |
| CMYK | cmyk(0%, 11%, 25%, 2%) |
| LAB | lab(90.3 4.4 20.7) |
| LCH | lch(90.3 21.2 77.9) |
| OKLCH | oklch(0.918 0.055 73.2) |
Copy-ready code
/* CSS */
color: #fbdfbc;
background-color: #fbdfbc;
/* Tailwind (arbitrary) */
class="text-[#fbdfbc] bg-[#fbdfbc]"
/* SCSS */
$brand: #fbdfbc;
/* SwiftUI */
Color(red: 0.984, green: 0.875, blue: 0.737)
/* Android */
Color.parseColor("#fbdfbc")Accessibility — WCAG contrast
Aa
#fbdfbc on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbdfbc on black: 16.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green87.5%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta11.2%
Yellow25.1%
Key (black)1.6%
Color previews
#fbdfbc text on a black background
contrast 16.38:1
Card sample
#fbdfbc text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbdfbc;
Background color
Panel with #fbdfbc background
background-color: #fbdfbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbdfbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 223, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 223, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbdfbc; background: linear-gradient(135deg, #fbdfbc, #EDFBBC);