Beige
#FBDFE7
PinkColor Codes
All color formats for development
HEX
#FBDFE7RGB
rgb(251, 223, 231)HSL
hsl(343, 78%, 93%)OKLCH
oklch(0.929 0.032 358.5)CMYK
cmyk(0%, 11%, 8%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F6B5C7
2#F18BA8
3#EB6188
4#E63668
5#D31A4E
6#A9153F
7#7F102F
8#540A1F
9#2A0510
Tints
Lighter variations
1#FBE2EA
2#FCE6EC
3#FCE9EE
4#FDECF1
5#FDEFF3
6#FDF2F5
7#FEF5F8
8#FEF9FA
9#FFFCFD
Tones
Muted variations
1#FAE1E8
2#F8E2E8
3#F7E3E9
4#F6E5EA
5#F4E6EA
6#F3E8EB
7#F1E9EB
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 #FBDFE7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297B1 | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB6088 | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E63365 | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C8194A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F143B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E2A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #49091B | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0611 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #FDF1F5;
--beige-100: #FBDFE7;
--beige-200: #F8C4D3;
--beige-300: #F297B1;
--beige-400: #EB6088;
--beige-500: #E63365;
--beige-600: #C8194A;
--beige-700: #9F143B;
--beige-800: #710E2A;
--beige-900: #49091B;
--beige-950: #2D0611;
}