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