Beige
#FBDFE3
RedColor Codes
All color formats for development
HEX
#FBDFE3RGB
rgb(251, 223, 227)HSL
hsl(351, 78%, 93%)OKLCH
oklch(0.928 0.031 7.9)CMYK
cmyk(0%, 11%, 10%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F6B5BF
2#F18B9A
3#EB6175
4#E63651
5#D31A36
6#A9152B
7#7F1020
8#540A16
9#2A050B
Tints
Lighter variations
1#FBE2E6
2#FCE6E9
3#FCE9EC
4#FDECEE
5#FDEFF1
6#FDF2F4
7#FEF5F7
8#FEF9F9
9#FFFCFC
Tones
Muted variations
1#FAE1E4
2#F8E2E5
3#F7E3E6
4#F6E5E7
5#F4E6E8
6#F3E8E9
7#F1E9EA
8#F0EAEB
9#EFECEC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFE3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4CC | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297A4 | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB6075 | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E6334E | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C81933 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F1429 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E1D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490913 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D060C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #FDF1F3;
--beige-100: #FBDFE3;
--beige-200: #F8C4CC;
--beige-300: #F297A4;
--beige-400: #EB6075;
--beige-500: #E6334E;
--beige-600: #C81933;
--beige-700: #9F1429;
--beige-800: #710E1D;
--beige-900: #490913;
--beige-950: #2D060C;
}