Beige
#FBE0E9
PinkColor Codes
All color formats for development
HEX
#FBE0E9RGB
rgb(251, 224, 233)HSL
hsl(340, 77%, 93%)OKLCH
oklch(0.931 0.032 355.6)CMYK
cmyk(0%, 11%, 7%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F5B5CB
2#F08BAD
3#EB618F
4#E53871
5#D21B58
6#A81647
7#7E1035
8#540B23
9#2A0512
Tints
Lighter variations
1#FBE3EB
2#FCE6ED
3#FCE9EF
4#FDECF2
5#FDEFF4
6#FDF2F6
7#FEF6F8
8#FEF9FB
9#FFFCFD
Tones
Muted variations
1#FAE1E9
2#F8E2E9
3#F7E4EA
4#F5E5EA
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 #FBDFE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C4 #F7C4D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297B5 | BordersInactive statesPlaceholder text |
| 400 | EA61 #EA618F | Disabled statesSecondary iconsMuted text |
| 500 | E534 #E5346F | Primary brand colorCTAsActive elementsLinks |
| 600 | C71A #C71A53 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E15 #9E1542 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710F #710F2F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4809 #48091E | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0613 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #FDF1F5;
--beige-100: #FBDFE9;
--beige-200: #F7C4D5;
--beige-300: #F297B5;
--beige-400: #EA618F;
--beige-500: #E5346F;
--beige-600: #C71A53;
--beige-700: #9E1542;
--beige-800: #710F2F;
--beige-900: #48091E;
--beige-950: #2D0613;
}