Beige
#FBDFE9
PinkColor Codes
All color formats for development
HEX
#FBDFE9RGB
rgb(251, 223, 233)HSL
hsl(339, 78%, 93%)OKLCH
oklch(0.929 0.033 354.2)CMYK
cmyk(0%, 11%, 7%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F6B5CC
2#F18BAE
3#EB6191
4#E63674
5#D31A5B
6#A91549
7#7F1036
8#540A24
9#2A0512
Tints
Lighter variations
1#FBE2EB
2#FCE6ED
3#FCE9F0
4#FDECF2
5#FDEFF4
6#FDF2F6
7#FEF5F8
8#FEF9FB
9#FFFCFD
Tones
Muted variations
1#FAE1E9
2#F8E2EA
3#F7E3EA
4#F6E5EB
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 #FDF1F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4D6 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297B7 | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB6091 | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E63371 | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C81956 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F1444 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E31 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #49091F | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0614 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #FDF1F6;
--beige-100: #FBDFE9;
--beige-200: #F8C4D6;
--beige-300: #F297B7;
--beige-400: #EB6091;
--beige-500: #E63371;
--beige-600: #C81956;
--beige-700: #9F1444;
--beige-800: #710E31;
--beige-900: #49091F;
--beige-950: #2D0614;
}