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