Beige
#FAE0EA
PinkColor Codes
All color formats for development
HEX
#FAE0EARGB
rgb(250, 224, 234)HSL
hsl(337, 72%, 93%)OKLCH
oklch(0.931 0.031 352.5)CMYK
cmyk(0%, 10%, 6%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F3B8CE
2#ED8FB3
3#E66697
4#DF3D7B
5#CC2163
6#A31B4F
7#7A143B
8#520D27
9#290714
Tints
Lighter variations
1#FBE3EC
2#FBE6EE
3#FCEAF0
4#FCEDF2
5#FDF0F5
6#FDF3F7
7#FEF6F9
8#FEF9FB
9#FFFCFD
Tones
Muted variations
1#F9E2EA
2#F7E3EB
3#F6E4EB
4#F5E5EB
5#F4E7EC
6#F2E8EC
7#F1E9EC
8#F0EBED
9#EEECED
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE0 #FAE0EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9ABA | BordersInactive statesPlaceholder text |
| 400 | E665 #E66597 | Disabled statesSecondary iconsMuted text |
| 500 | DF3A #DF3A79 | Primary brand colorCTAsActive elementsLinks |
| 600 | C11F #C11F5D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A19 #9A194A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E12 #6E1235 | Text on light backgroundsHeadingsStrong borders |
| 900 | 460B #460B22 | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C0715 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #FDF2F6;
--beige-100: #FAE0EA;
--beige-200: #F6C6D8;
--beige-300: #EF9ABA;
--beige-400: #E66597;
--beige-500: #DF3A79;
--beige-600: #C11F5D;
--beige-700: #9A194A;
--beige-800: #6E1235;
--beige-900: #460B22;
--beige-950: #2C0715;
}