#fbdbaf
a light, electric orange · warm · closest name: tan
RGB
251, 219, 175
HSL
35°, 91%, 84%
CMYK
0, 13, 30, 2
Luminance
0.7427
Every format
| HEX | #fbdbaf |
| RGB | rgb(251, 219, 175) |
| HSL | hsl(35, 91%, 84%) |
| CMYK | cmyk(0%, 13%, 30%, 2%) |
| LAB | lab(89.0 4.8 25.8) |
| LCH | lch(89.0 26.2 79.5) |
| OKLCH | oklch(0.907 0.067 75.5) |
Copy-ready code
/* CSS */
color: #fbdbaf;
background-color: #fbdbaf;
/* Tailwind (arbitrary) */
class="text-[#fbdbaf] bg-[#fbdbaf]"
/* SCSS */
$brand: #fbdbaf;
/* SwiftUI */
Color(red: 0.984, green: 0.859, blue: 0.686)
/* Android */
Color.parseColor("#fbdbaf")Accessibility — WCAG contrast
Aa
#fbdbaf on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbdbaf on black: 15.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green85.9%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta12.7%
Yellow30.3%
Key (black)1.6%
Color previews
#fbdbaf text on a black background
contrast 15.85:1
Card sample
#fbdbaf text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbdbaf;
Background color
Panel with #fbdbaf background
background-color: #fbdbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbdbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 219, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 219, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbdbaf; background: linear-gradient(135deg, #fbdbaf, #E8FBAF);