Beige
#FBE0EA
PinkColor Codes
All color formats for development
HEX
#FBE0EARGB
rgb(251, 224, 234)HSL
hsl(338, 77%, 93%)OKLCH
oklch(0.932 0.032 353.3)CMYK
cmyk(0%, 11%, 7%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F5B5CD
2#F08BB0
3#EB6194
4#E53877
5#D21B5E
6#A8164B
7#7E1039
8#540B26
9#2A0513
Tints
Lighter variations
1#FBE3EC
2#FCE6EE
3#FCE9F0
4#FDECF2
5#FDEFF4
6#FDF2F6
7#FEF6F9
8#FEF9FB
9#FFFCFD
Tones
Muted variations
1#FAE1EA
2#F8E2EA
3#F7E4EB
4#F5E5EB
5#F4E6EB
6#F3E8EC
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 | F7C4 #F7C4D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297B8 | BordersInactive statesPlaceholder text |
| 400 | EA61 #EA6193 | Disabled statesSecondary iconsMuted text |
| 500 | E534 #E53475 | Primary brand colorCTAsActive elementsLinks |
| 600 | C71A #C71A59 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E15 #9E1547 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710F #710F33 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4809 #480920 | 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: #F7C4D7;
--beige-300: #F297B8;
--beige-400: #EA6193;
--beige-500: #E53475;
--beige-600: #C71A59;
--beige-700: #9E1547;
--beige-800: #710F33;
--beige-900: #480920;
--beige-950: #2D0614;
}