Beige
#FBDFDF
RedColor Codes
All color formats for development
HEX
#FBDFDFRGB
rgb(251, 223, 223)HSL
hsl(0, 78%, 93%)OKLCH
oklch(0.927 0.031 17.7)CMYK
cmyk(0%, 11%, 11%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F6B5B5
2#F18B8B
3#EB6161
4#E63636
5#D31A1A
6#A91515
7#7F1010
8#540A0A
9#2A0505
Tints
Lighter variations
1#FBE2E2
2#FCE6E6
3#FCE9E9
4#FDECEC
5#FDEFEF
6#FDF2F2
7#FEF5F5
8#FEF9F9
9#FFFCFC
Tones
Muted variations
1#FAE1E1
2#F8E2E2
3#F7E3E3
4#F6E5E5
5#F4E6E6
6#F3E8E8
7#F1E9E9
8#F0EAEA
9#EFECEC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F29797 | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB6060 | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E63333 | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C81919 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F1414 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E0E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490909 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0606 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #FDF1F1;
--beige-100: #FBDFDF;
--beige-200: #F8C4C4;
--beige-300: #F29797;
--beige-400: #EB6060;
--beige-500: #E63333;
--beige-600: #C81919;
--beige-700: #9F1414;
--beige-800: #710E0E;
--beige-900: #490909;
--beige-950: #2D0606;
}