#fbdfb8
a pale, electric orange · warm · closest name: beige
RGB
251, 223, 184
HSL
35°, 89%, 85%
CMYK
0, 11, 27, 2
Luminance
0.7675
Every format
| HEX | #fbdfb8 |
| RGB | rgb(251, 223, 184) |
| HSL | hsl(35, 89%, 85%) |
| CMYK | cmyk(0%, 11%, 27%, 2%) |
| LAB | lab(90.2 3.9 22.7) |
| LCH | lch(90.2 23.0 80.3) |
| OKLCH | oklch(0.917 0.060 76.0) |
Copy-ready code
/* CSS */
color: #fbdfb8;
background-color: #fbdfb8;
/* Tailwind (arbitrary) */
class="text-[#fbdfb8] bg-[#fbdfb8]"
/* SCSS */
$brand: #fbdfb8;
/* SwiftUI */
Color(red: 0.984, green: 0.875, blue: 0.722)
/* Android */
Color.parseColor("#fbdfb8")Accessibility — WCAG contrast
Aa
#fbdfb8 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbdfb8 on black: 16.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green87.5%
Blue72.2%
CMYK percentages
Cyan0.0%
Magenta11.2%
Yellow26.7%
Key (black)1.6%
Color previews
#fbdfb8 text on a black background
contrast 16.35:1
Card sample
#fbdfb8 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbdfb8;
Background color
Panel with #fbdfb8 background
background-color: #fbdfb8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbdfb8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 223, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 223, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbdfb8; background: linear-gradient(135deg, #fbdfb8, #EAFBB8);