Beige
#FCDEE6
PinkColor Codes
All color formats for development
HEX
#FCDEE6RGB
rgb(252, 222, 230)HSL
hsl(344, 83%, 93%)OKLCH
oklch(0.927 0.035 359.8)CMYK
cmyk(0%, 12%, 9%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F8B3C5
2#F488A4
3#F05C84
4#EC3163
5#D91449
6#AE103A
7#820C2C
8#57081D
9#2B040F
Tints
Lighter variations
1#FCE2E9
2#FDE5EB
3#FDE8EE
4#FDEBF0
5#FDEFF3
6#FEF2F5
7#FEF5F8
8#FEF8FA
9#FFFCFD
Tones
Muted variations
1#FAE0E7
2#F9E1E8
3#F8E3E8
4#F6E4E9
5#F5E6EA
6#F3E7EA
7#F2E9EB
8#F0EAEC
9#EFECEC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEE6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C2 #F9C2D1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F594 #F594AE | BordersInactive statesPlaceholder text |
| 400 | F05C #F05C83 | Disabled statesSecondary iconsMuted text |
| 500 | EB2D #EB2D60 | Primary brand colorCTAsActive elementsLinks |
| 600 | CD13 #CD1345 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A30F #A30F37 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750B #750B27 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B0719 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0410 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #FEF1F4;
--beige-100: #FCDEE6;
--beige-200: #F9C2D1;
--beige-300: #F594AE;
--beige-400: #F05C83;
--beige-500: #EB2D60;
--beige-600: #CD1345;
--beige-700: #A30F37;
--beige-800: #750B27;
--beige-900: #4B0719;
--beige-950: #2F0410;
}