#fbdfb5
a light, electric orange · warm · closest name: tan
RGB
251, 223, 181
HSL
36°, 90%, 85%
CMYK
0, 11, 28, 2
Luminance
0.7662
Every format
| HEX | #fbdfb5 |
| RGB | rgb(251, 223, 181) |
| HSL | hsl(36, 90%, 85%) |
| CMYK | cmyk(0%, 11%, 28%, 2%) |
| LAB | lab(90.2 3.5 24.1) |
| LCH | lch(90.2 24.4 81.8) |
| OKLCH | oklch(0.916 0.063 77.8) |
Copy-ready code
/* CSS */
color: #fbdfb5;
background-color: #fbdfb5;
/* Tailwind (arbitrary) */
class="text-[#fbdfb5] bg-[#fbdfb5]"
/* SCSS */
$brand: #fbdfb5;
/* SwiftUI */
Color(red: 0.984, green: 0.875, blue: 0.710)
/* Android */
Color.parseColor("#fbdfb5")Accessibility — WCAG contrast
Aa
#fbdfb5 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbdfb5 on black: 16.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green87.5%
Blue71.0%
CMYK percentages
Cyan0.0%
Magenta11.2%
Yellow27.9%
Key (black)1.6%
Color previews
#fbdfb5 text on a black background
contrast 16.32:1
Card sample
#fbdfb5 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbdfb5;
Background color
Panel with #fbdfb5 background
background-color: #fbdfb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbdfb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 223, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 223, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbdfb5; background: linear-gradient(135deg, #fbdfb5, #E8FBB5);