Beige
#FCDFEA
PinkColor Codes
All color formats for development
HEX
#FCDFEARGB
rgb(252, 223, 234)HSL
hsl(337, 83%, 93%)OKLCH
oklch(0.931 0.035 352.9)CMYK
cmyk(0%, 12%, 7%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F8B3CD
2#F488B1
3#F05C95
4#EC3178
5#D91460
6#AE104C
7#820C39
8#570826
9#2B0413
Tints
Lighter variations
1#FCE2EC
2#FDE5EE
3#FDE8F0
4#FDEBF2
5#FDEFF4
6#FEF2F6
7#FEF5F9
8#FEF8FB
9#FFFCFD
Tones
Muted variations
1#FAE0EA
2#F9E1EA
3#F8E3EB
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 #FCDEEA | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C2 #F9C2D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | F594 #F594B9 | BordersInactive statesPlaceholder text |
| 400 | F05C #F05C94 | Disabled statesSecondary iconsMuted text |
| 500 | EB2D #EB2D76 | Primary brand colorCTAsActive elementsLinks |
| 600 | CD13 #CD135A | Hover statesFocus ringsPrimary buttons hover |
| 700 | A30F #A30F48 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750B #750B33 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B0721 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0415 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #FEF1F6;
--beige-100: #FCDEEA;
--beige-200: #F9C2D7;
--beige-300: #F594B9;
--beige-400: #F05C94;
--beige-500: #EB2D76;
--beige-600: #CD135A;
--beige-700: #A30F48;
--beige-800: #750B33;
--beige-900: #4B0721;
--beige-950: #2F0415;
}