Beige
#FBDFEA
PinkColor Codes
All color formats for development
HEX
#FBDFEARGB
rgb(251, 223, 234)HSL
hsl(336, 78%, 93%)OKLCH
oklch(0.93 0.034 352)CMYK
cmyk(0%, 11%, 7%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F6B5CF
2#F18BB4
3#EB6198
4#E6367D
5#D31A64
6#A91550
7#7F103C
8#540A28
9#2A0514
Tints
Lighter variations
1#FBE2EC
2#FCE6EE
3#FCE9F1
4#FDECF3
5#FDEFF5
6#FDF2F7
7#FEF5F9
8#FEF9FB
9#FFFCFD
Tones
Muted variations
1#FAE1EB
2#F8E2EB
3#F7E3EB
4#F6E5EB
5#F4E6EC
6#F3E8EC
7#F1E9EC
8#F0EAED
9#EFECED
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFEA | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297BB | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB6098 | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E6337A | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C8195F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F144B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E36 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490922 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0616 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #FDF1F6;
--beige-100: #FBDFEA;
--beige-200: #F8C4D9;
--beige-300: #F297BB;
--beige-400: #EB6098;
--beige-500: #E6337A;
--beige-600: #C8195F;
--beige-700: #9F144B;
--beige-800: #710E36;
--beige-900: #490922;
--beige-950: #2D0616;
}