Beige
#FCDEE7
PinkColor Codes
All color formats for development
HEX
#FCDEE7RGB
rgb(252, 222, 231)HSL
hsl(342, 83%, 93%)OKLCH
oklch(0.928 0.035 357.7)CMYK
cmyk(0%, 12%, 8%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F8B3C8
2#F488A8
3#F05C88
4#EC3169
5#D9144F
6#AE103F
7#820C30
8#570820
9#2B0410
Tints
Lighter variations
1#FCE2EA
2#FDE5EC
3#FDE8EE
4#FDEBF1
5#FDEFF3
6#FEF2F5
7#FEF5F8
8#FEF8FA
9#FFFCFD
Tones
Muted variations
1#FAE0E8
2#F9E1E8
3#F8E3E9
4#F6E4EA
5#F5E6EA
6#F3E7EB
7#F2E9EB
8#F0EAEC
9#EFECED
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEE7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C2 #F9C2D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F594 #F594B1 | BordersInactive statesPlaceholder text |
| 400 | F05C #F05C88 | Disabled statesSecondary iconsMuted text |
| 500 | EB2D #EB2D66 | Primary brand colorCTAsActive elementsLinks |
| 600 | CD13 #CD134B | Hover statesFocus ringsPrimary buttons hover |
| 700 | A30F #A30F3C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750B #750B2B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B071B | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0411 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #FEF1F5;
--beige-100: #FCDEE7;
--beige-200: #F9C2D3;
--beige-300: #F594B1;
--beige-400: #F05C88;
--beige-500: #EB2D66;
--beige-600: #CD134B;
--beige-700: #A30F3C;
--beige-800: #750B2B;
--beige-900: #4B071B;
--beige-950: #2F0411;
}