#fbdfb1
a light, electric orange · warm · closest name: tan
RGB
251, 223, 177
HSL
37°, 90%, 84%
CMYK
0, 11, 30, 2
Luminance
0.7646
Every format
| HEX | #fbdfb1 |
| RGB | rgb(251, 223, 177) |
| HSL | hsl(37, 90%, 84%) |
| CMYK | cmyk(0%, 11%, 30%, 2%) |
| LAB | lab(90.1 3.0 26.1) |
| LCH | lch(90.1 26.3 83.5) |
| OKLCH | oklch(0.916 0.067 80.0) |
Copy-ready code
/* CSS */
color: #fbdfb1;
background-color: #fbdfb1;
/* Tailwind (arbitrary) */
class="text-[#fbdfb1] bg-[#fbdfb1]"
/* SCSS */
$brand: #fbdfb1;
/* SwiftUI */
Color(red: 0.984, green: 0.875, blue: 0.694)
/* Android */
Color.parseColor("#fbdfb1")Accessibility — WCAG contrast
Aa
#fbdfb1 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbdfb1 on black: 16.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green87.5%
Blue69.4%
CMYK percentages
Cyan0.0%
Magenta11.2%
Yellow29.5%
Key (black)1.6%
Color previews
#fbdfb1 text on a black background
contrast 16.29:1
Card sample
#fbdfb1 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbdfb1;
Background color
Panel with #fbdfb1 background
background-color: #fbdfb1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbdfb1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 223, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 223, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbdfb1; background: linear-gradient(135deg, #fbdfb1, #E6FBB1);