Beige
#FBDFE8
PinkColor Codes
All color formats for development
HEX
#FBDFE8RGB
rgb(251, 223, 232)HSL
hsl(341, 78%, 93%)OKLCH
oklch(0.929 0.033 356.3)CMYK
cmyk(0%, 11%, 8%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F6B5CA
2#F18BAB
3#EB618D
4#E6366E
5#D31A55
6#A91544
7#7F1033
8#540A22
9#2A0511
Tints
Lighter variations
1#FBE2EA
2#FCE6ED
3#FCE9EF
4#FDECF1
5#FDEFF4
6#FDF2F6
7#FEF5F8
8#FEF9FA
9#FFFCFD
Tones
Muted variations
1#FAE1E9
2#F8E2E9
3#F7E3EA
4#F6E5EA
5#F4E6EB
6#F3E8EB
7#F1E9EC
8#F0EAEC
9#EFECED
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFE8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297B4 | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB608C | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E6336B | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C81950 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F1440 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E2E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #49091D | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0612 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #FDF1F5;
--beige-100: #FBDFE8;
--beige-200: #F8C4D4;
--beige-300: #F297B4;
--beige-400: #EB608C;
--beige-500: #E6336B;
--beige-600: #C81950;
--beige-700: #9F1440;
--beige-800: #710E2E;
--beige-900: #49091D;
--beige-950: #2D0612;
}