#fbdfab
a light, electric orange · warm · closest name: tan
RGB
251, 223, 171
HSL
39°, 91%, 83%
CMYK
0, 11, 32, 2
Luminance
0.7622
Every format
| HEX | #fbdfab |
| RGB | rgb(251, 223, 171) |
| HSL | hsl(39, 91%, 83%) |
| CMYK | cmyk(0%, 11%, 32%, 2%) |
| LAB | lab(90.0 2.2 29.1) |
| LCH | lch(90.0 29.1 85.6) |
| OKLCH | oklch(0.914 0.074 82.8) |
Copy-ready code
/* CSS */
color: #fbdfab;
background-color: #fbdfab;
/* Tailwind (arbitrary) */
class="text-[#fbdfab] bg-[#fbdfab]"
/* SCSS */
$brand: #fbdfab;
/* SwiftUI */
Color(red: 0.984, green: 0.875, blue: 0.671)
/* Android */
Color.parseColor("#fbdfab")Accessibility — WCAG contrast
Aa
#fbdfab on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbdfab on black: 16.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green87.5%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta11.2%
Yellow31.9%
Key (black)1.6%
Color previews
#fbdfab text on a black background
contrast 16.24:1
Card sample
#fbdfab text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbdfab;
Background color
Panel with #fbdfab background
background-color: #fbdfab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbdfab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 223, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 223, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbdfab; background: linear-gradient(135deg, #fbdfab, #E2FBAB);