Beige
#FAE0E7
PinkColor Codes
All color formats for development
HEX
#FAE0E7RGB
rgb(250, 224, 231)HSL
hsl(344, 72%, 93%)OKLCH
oklch(0.93 0.03 359.5)CMYK
cmyk(0%, 10%, 8%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F3B8C7
2#ED8FA8
3#E66688
4#DF3D68
5#CC214F
6#A31B3F
7#7A142F
8#520D1F
9#290710
Tints
Lighter variations
1#FBE3EA
2#FBE6EC
3#FCEAEE
4#FCEDF1
5#FDF0F3
6#FDF3F5
7#FEF6F8
8#FEF9FA
9#FFFCFD
Tones
Muted variations
1#F9E2E8
2#F7E3E8
3#F6E4E9
4#F5E5EA
5#F4E7EA
6#F2E8EB
7#F1E9EB
8#F0EBEC
9#EEECED
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE0 #FAE0E7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9AB1 | BordersInactive statesPlaceholder text |
| 400 | E665 #E66588 | Disabled statesSecondary iconsMuted text |
| 500 | DF3A #DF3A66 | Primary brand colorCTAsActive elementsLinks |
| 600 | C11F #C11F4B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A19 #9A193B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E12 #6E122A | Text on light backgroundsHeadingsStrong borders |
| 900 | 460B #460B1B | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C0711 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #FDF2F5;
--beige-100: #FAE0E7;
--beige-200: #F6C6D3;
--beige-300: #EF9AB1;
--beige-400: #E66588;
--beige-500: #DF3A66;
--beige-600: #C11F4B;
--beige-700: #9A193B;
--beige-800: #6E122A;
--beige-900: #460B1B;
--beige-950: #2C0711;
}