Beige
#FAE0E5
RedColor Codes
All color formats for development
HEX
#FAE0E5RGB
rgb(250, 224, 229)HSL
hsl(348, 72%, 93%)OKLCH
oklch(0.929 0.029 4.5)CMYK
cmyk(0%, 10%, 8%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F3B8C3
2#ED8FA2
3#E66680
4#DF3D5E
5#CC2143
6#A31B36
7#7A1428
8#520D1B
9#29070D
Tints
Lighter variations
1#FBE3E8
2#FBE6EB
3#FCEAED
4#FCEDF0
5#FDF0F2
6#FDF3F5
7#FEF6F7
8#FEF9FA
9#FFFCFC
Tones
Muted variations
1#F9E2E6
2#F7E3E7
3#F6E4E8
4#F5E5E9
5#F4E7E9
6#F2E8EA
7#F1E9EB
8#F0EBEC
9#EEECEC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE0 #FAE0E5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6D0 | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9AAB | BordersInactive statesPlaceholder text |
| 400 | E665 #E6657F | Disabled statesSecondary iconsMuted text |
| 500 | DF3A #DF3A5B | Primary brand colorCTAsActive elementsLinks |
| 600 | C11F #C11F40 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A19 #9A1933 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E12 #6E1224 | Text on light backgroundsHeadingsStrong borders |
| 900 | 460B #460B17 | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C070E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #FDF2F4;
--beige-100: #FAE0E5;
--beige-200: #F6C6D0;
--beige-300: #EF9AAB;
--beige-400: #E6657F;
--beige-500: #DF3A5B;
--beige-600: #C11F40;
--beige-700: #9A1933;
--beige-800: #6E1224;
--beige-900: #460B17;
--beige-950: #2C070E;
}