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