#fbdfbf
a pale, electric orange · warm · closest name: beige
RGB
251, 223, 191
HSL
32°, 88%, 87%
CMYK
0, 11, 24, 2
Luminance
0.7705
Every format
| HEX | #fbdfbf |
| RGB | rgb(251, 223, 191) |
| HSL | hsl(32, 88%, 87%) |
| CMYK | cmyk(0%, 11%, 24%, 2%) |
| LAB | lab(90.3 4.8 19.2) |
| LCH | lch(90.3 19.8 75.9) |
| OKLCH | oklch(0.919 0.052 70.8) |
Copy-ready code
/* CSS */
color: #fbdfbf;
background-color: #fbdfbf;
/* Tailwind (arbitrary) */
class="text-[#fbdfbf] bg-[#fbdfbf]"
/* SCSS */
$brand: #fbdfbf;
/* SwiftUI */
Color(red: 0.984, green: 0.875, blue: 0.749)
/* Android */
Color.parseColor("#fbdfbf")Accessibility — WCAG contrast
Aa
#fbdfbf on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbdfbf on black: 16.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green87.5%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta11.2%
Yellow23.9%
Key (black)1.6%
Color previews
#fbdfbf text on a black background
contrast 16.41:1
Card sample
#fbdfbf text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbdfbf;
Background color
Panel with #fbdfbf background
background-color: #fbdfbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbdfbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 223, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 223, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbdfbf; background: linear-gradient(135deg, #fbdfbf, #EFFBBF);