#fbdfbd
a pale, electric orange · warm · closest name: beige
RGB
251, 223, 189
HSL
33°, 89%, 86%
CMYK
0, 11, 25, 2
Luminance
0.7696
Every format
| HEX | #fbdfbd |
| RGB | rgb(251, 223, 189) |
| HSL | hsl(33, 89%, 86%) |
| CMYK | cmyk(0%, 11%, 25%, 2%) |
| LAB | lab(90.3 4.6 20.2) |
| LCH | lch(90.3 20.7 77.3) |
| OKLCH | oklch(0.918 0.054 72.5) |
Copy-ready code
/* CSS */
color: #fbdfbd;
background-color: #fbdfbd;
/* Tailwind (arbitrary) */
class="text-[#fbdfbd] bg-[#fbdfbd]"
/* SCSS */
$brand: #fbdfbd;
/* SwiftUI */
Color(red: 0.984, green: 0.875, blue: 0.741)
/* Android */
Color.parseColor("#fbdfbd")Accessibility — WCAG contrast
Aa
#fbdfbd on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbdfbd on black: 16.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green87.5%
Blue74.1%
CMYK percentages
Cyan0.0%
Magenta11.2%
Yellow24.7%
Key (black)1.6%
Color previews
#fbdfbd text on a black background
contrast 16.39:1
Card sample
#fbdfbd text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbdfbd;
Background color
Panel with #fbdfbd background
background-color: #fbdfbd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbdfbd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 223, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 223, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbdfbd; background: linear-gradient(135deg, #fbdfbd, #EEFBBD);