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