Beige
#FBDFE2
RedColor Codes
All color formats for development
HEX
#FBDFE2RGB
rgb(251, 223, 226)HSL
hsl(354, 78%, 93%)OKLCH
oklch(0.927 0.031 10.4)CMYK
cmyk(0%, 11%, 10%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F6B5BB
2#F18B95
3#EB616E
4#E63648
5#D31A2D
6#A91524
7#7F101B
8#540A12
9#2A0509
Tints
Lighter variations
1#FBE2E5
2#FCE6E8
3#FCE9EB
4#FDECEE
5#FDEFF1
6#FDF2F3
7#FEF5F6
8#FEF9F9
9#FFFCFC
Tones
Muted variations
1#FAE1E3
2#F8E2E4
3#F7E3E5
4#F6E5E6
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 #FBDFE2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4C9 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297A0 | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB606E | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E63345 | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C8192A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F1422 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E18 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #49090F | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D060A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #FDF1F3;
--beige-100: #FBDFE2;
--beige-200: #F8C4C9;
--beige-300: #F297A0;
--beige-400: #EB606E;
--beige-500: #E63345;
--beige-600: #C8192A;
--beige-700: #9F1422;
--beige-800: #710E18;
--beige-900: #49090F;
--beige-950: #2D060A;
}