Beige
#FCDEEA
PinkColor Codes
All color formats for development
HEX
#FCDEEARGB
rgb(252, 222, 234)HSL
hsl(336, 83%, 93%)OKLCH
oklch(0.929 0.036 351.7)CMYK
cmyk(0%, 12%, 7%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F8B3CF
2#F488B3
3#F05C97
4#EC317C
5#D91463
6#AE104F
7#820C3B
8#570828
9#2B0414
Tints
Lighter variations
1#FCE2EC
2#FDE5EE
3#FDE8F0
4#FDEBF3
5#FDEFF5
6#FEF2F7
7#FEF5F9
8#FEF8FB
9#FFFCFD
Tones
Muted variations
1#FAE0EA
2#F9E1EB
3#F8E3EB
4#F6E4EB
5#F5E6EC
6#F3E7EC
7#F2E9EC
8#F0EAED
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 #F9C2D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | F594 #F594BB | BordersInactive statesPlaceholder text |
| 400 | F05C #F05C97 | Disabled statesSecondary iconsMuted text |
| 500 | EB2D #EB2D79 | Primary brand colorCTAsActive elementsLinks |
| 600 | CD13 #CD135E | Hover statesFocus ringsPrimary buttons hover |
| 700 | A30F #A30F4A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750B #750B35 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B0722 | 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: #F9C2D8;
--beige-300: #F594BB;
--beige-400: #F05C97;
--beige-500: #EB2D79;
--beige-600: #CD135E;
--beige-700: #A30F4A;
--beige-800: #750B35;
--beige-900: #4B0722;
--beige-950: #2F0415;
}