Beige
#FCDEE9
PinkColor Codes
All color formats for development
HEX
#FCDEE9RGB
rgb(252, 222, 233)HSL
hsl(338, 83%, 93%)OKLCH
oklch(0.928 0.036 353.7)CMYK
cmyk(0%, 12%, 8%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F8B3CC
2#F488AF
3#F05C92
4#EC3175
5#D9145C
6#AE104A
7#820C37
8#570825
9#2B0412
Tints
Lighter variations
1#FCE2EB
2#FDE5EE
3#FDE8F0
4#FDEBF2
5#FDEFF4
6#FEF2F6
7#FEF5F8
8#FEF8FB
9#FFFCFD
Tones
Muted variations
1#FAE0EA
2#F9E1EA
3#F8E3EA
4#F6E4EB
5#F5E6EB
6#F3E7EC
7#F2E9EC
8#F0EAEC
9#EFECED
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C2 #F9C2D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | F594 #F594B7 | BordersInactive statesPlaceholder text |
| 400 | F05C #F05C92 | Disabled statesSecondary iconsMuted text |
| 500 | EB2D #EB2D73 | Primary brand colorCTAsActive elementsLinks |
| 600 | CD13 #CD1357 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A30F #A30F45 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750B #750B32 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B0720 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0414 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #FEF1F6;
--beige-100: #FCDEE9;
--beige-200: #F9C2D7;
--beige-300: #F594B7;
--beige-400: #F05C92;
--beige-500: #EB2D73;
--beige-600: #CD1357;
--beige-700: #A30F45;
--beige-800: #750B32;
--beige-900: #4B0720;
--beige-950: #2F0414;
}