Beige
#FBDFE5
RedColor Codes
All color formats for development
HEX
#FBDFE5RGB
rgb(251, 223, 229)HSL
hsl(347, 78%, 93%)OKLCH
oklch(0.928 0.032 3.2)CMYK
cmyk(0%, 11%, 9%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F6B5C3
2#F18BA1
3#EB617F
4#E6365C
5#D31A42
6#A91535
7#7F1028
8#540A1A
9#2A050D
Tints
Lighter variations
1#FBE2E8
2#FCE6EA
3#FCE9ED
4#FDECF0
5#FDEFF2
6#FDF2F5
7#FEF5F7
8#FEF9FA
9#FFFCFC
Tones
Muted variations
1#FAE1E6
2#F8E2E7
3#F7E3E8
4#F6E5E8
5#F4E6E9
6#F3E8EA
7#F1E9EB
8#F0EAEC
9#EFECEC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFE5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4CF | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297AA | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB607E | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E6335A | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C8193F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F1432 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E24 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490917 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D060E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #FDF1F4;
--beige-100: #FBDFE5;
--beige-200: #F8C4CF;
--beige-300: #F297AA;
--beige-400: #EB607E;
--beige-500: #E6335A;
--beige-600: #C8193F;
--beige-700: #9F1432;
--beige-800: #710E24;
--beige-900: #490917;
--beige-950: #2D060E;
}