Beige
#FAE0E2
RedColor Codes
All color formats for development
HEX
#FAE0E2RGB
rgb(250, 224, 226)HSL
hsl(355, 72%, 93%)OKLCH
oklch(0.928 0.029 12.4)CMYK
cmyk(0%, 10%, 10%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F3B8BC
2#ED8F97
3#E66671
4#DF3D4B
5#CC212F
6#A31B26
7#7A141C
8#520D13
9#290709
Tints
Lighter variations
1#FBE3E5
2#FBE6E8
3#FCEAEB
4#FCEDEE
5#FDF0F1
6#FDF3F4
7#FEF6F6
8#FEF9F9
9#FFFCFC
Tones
Muted variations
1#F9E2E4
2#F7E3E5
3#F6E4E6
4#F5E5E7
5#F4E7E8
6#F2E8E9
7#F1E9EA
8#F0EBEB
9#EEECEC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE0 #FAE0E2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6CA | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9AA1 | BordersInactive statesPlaceholder text |
| 400 | E665 #E66570 | Disabled statesSecondary iconsMuted text |
| 500 | DF3A #DF3A47 | Primary brand colorCTAsActive elementsLinks |
| 600 | C11F #C11F2D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A19 #9A1924 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E12 #6E1219 | Text on light backgroundsHeadingsStrong borders |
| 900 | 460B #460B10 | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C070A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #FDF2F3;
--beige-100: #FAE0E2;
--beige-200: #F6C6CA;
--beige-300: #EF9AA1;
--beige-400: #E66570;
--beige-500: #DF3A47;
--beige-600: #C11F2D;
--beige-700: #9A1924;
--beige-800: #6E1219;
--beige-900: #460B10;
--beige-950: #2C070A;
}