#fbdfb6
a light, electric orange · warm · closest name: beige
RGB
251, 223, 182
HSL
36°, 90%, 85%
CMYK
0, 11, 28, 2
Luminance
0.7666
Every format
| HEX | #fbdfb6 |
| RGB | rgb(251, 223, 182) |
| HSL | hsl(36, 90%, 85%) |
| CMYK | cmyk(0%, 11%, 28%, 2%) |
| LAB | lab(90.2 3.6 23.7) |
| LCH | lch(90.2 23.9 81.3) |
| OKLCH | oklch(0.917 0.062 77.3) |
Copy-ready code
/* CSS */
color: #fbdfb6;
background-color: #fbdfb6;
/* Tailwind (arbitrary) */
class="text-[#fbdfb6] bg-[#fbdfb6]"
/* SCSS */
$brand: #fbdfb6;
/* SwiftUI */
Color(red: 0.984, green: 0.875, blue: 0.714)
/* Android */
Color.parseColor("#fbdfb6")Accessibility — WCAG contrast
Aa
#fbdfb6 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbdfb6 on black: 16.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green87.5%
Blue71.4%
CMYK percentages
Cyan0.0%
Magenta11.2%
Yellow27.5%
Key (black)1.6%
Color previews
#fbdfb6 text on a black background
contrast 16.33:1
Card sample
#fbdfb6 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbdfb6;
Background color
Panel with #fbdfb6 background
background-color: #fbdfb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbdfb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 223, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 223, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbdfb6; background: linear-gradient(135deg, #fbdfb6, #E9FBB6);