Beige
#FBE0E5
RedColor Codes
All color formats for development
HEX
#FBE0E5RGB
rgb(251, 224, 229)HSL
hsl(349, 77%, 93%)OKLCH
oklch(0.93 0.03 5)CMYK
cmyk(0%, 11%, 9%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F5B5C1
2#F08B9E
3#EB617B
4#E53857
5#D21B3D
6#A81631
7#7E1024
8#540B18
9#2A050C
Tints
Lighter variations
1#FBE3E7
2#FCE6EA
3#FCE9EC
4#FDECEF
5#FDEFF2
6#FDF2F4
7#FEF6F7
8#FEF9FA
9#FFFCFC
Tones
Muted variations
1#FAE1E5
2#F8E2E6
3#F7E4E7
4#F5E5E8
5#F4E6E9
6#F3E8EA
7#F1E9EB
8#F0EAEB
9#EFECEC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFE4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C4 #F7C4CE | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297A8 | BordersInactive statesPlaceholder text |
| 400 | EA61 #EA617A | Disabled statesSecondary iconsMuted text |
| 500 | E534 #E53454 | Primary brand colorCTAsActive elementsLinks |
| 600 | C71A #C71A39 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E15 #9E152E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710F #710F21 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4809 #480915 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D060D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #FDF1F4;
--beige-100: #FBDFE4;
--beige-200: #F7C4CE;
--beige-300: #F297A8;
--beige-400: #EA617A;
--beige-500: #E53454;
--beige-600: #C71A39;
--beige-700: #9E152E;
--beige-800: #710F21;
--beige-900: #480915;
--beige-950: #2D060D;
}