Beige
#FBE0E7
PinkColor Codes
All color formats for development
HEX
#FBE0E7RGB
rgb(251, 224, 231)HSL
hsl(344, 77%, 93%)OKLCH
oklch(0.931 0.031 0.2)CMYK
cmyk(0%, 11%, 8%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F5B5C6
2#F08BA6
3#EB6186
4#E53866
5#D21B4C
6#A8163D
7#7E102E
8#540B1E
9#2A050F
Tints
Lighter variations
1#FBE3E9
2#FCE6EC
3#FCE9EE
4#FDECF0
5#FDEFF3
6#FDF2F5
7#FEF6F8
8#FEF9FA
9#FFFCFD
Tones
Muted variations
1#FAE1E7
2#F8E2E8
3#F7E4E9
4#F5E5E9
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 | F7C4 #F7C4D2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297AF | BordersInactive statesPlaceholder text |
| 400 | EA61 #EA6186 | Disabled statesSecondary iconsMuted text |
| 500 | E534 #E53463 | Primary brand colorCTAsActive elementsLinks |
| 600 | C71A #C71A48 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E15 #9E1539 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710F #710F29 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4809 #48091A | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0610 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #FDF1F5;
--beige-100: #FBDFE7;
--beige-200: #F7C4D2;
--beige-300: #F297AF;
--beige-400: #EA6186;
--beige-500: #E53463;
--beige-600: #C71A48;
--beige-700: #9E1539;
--beige-800: #710F29;
--beige-900: #48091A;
--beige-950: #2D0610;
}