Beige
#FBE0E6
RedColor Codes
All color formats for development
HEX
#FBE0E6RGB
rgb(251, 224, 230)HSL
hsl(347, 77%, 93%)OKLCH
oklch(0.93 0.031 2.6)CMYK
cmyk(0%, 11%, 8%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F5B5C3
2#F08BA1
3#EB617F
4#E5385D
5#D21B43
6#A81635
7#7E1028
8#540B1B
9#2A050D
Tints
Lighter variations
1#FBE3E8
2#FCE6EA
3#FCE9ED
4#FDECF0
5#FDEFF2
6#FDF2F5
7#FEF6F7
8#FEF9FA
9#FFFCFC
Tones
Muted variations
1#FAE1E6
2#F8E2E7
3#F7E4E8
4#F5E5E8
5#F4E6E9
6#F3E8EA
7#F1E9EB
8#F0EAEC
9#EFECEC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFE5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C4 #F7C4CF | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297AB | BordersInactive statesPlaceholder text |
| 400 | EA61 #EA617F | Disabled statesSecondary iconsMuted text |
| 500 | E534 #E5345A | Primary brand colorCTAsActive elementsLinks |
| 600 | C71A #C71A3F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E15 #9E1532 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710F #710F24 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4809 #480917 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D060E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #FDF1F4;
--beige-100: #FBDFE5;
--beige-200: #F7C4CF;
--beige-300: #F297AB;
--beige-400: #EA617F;
--beige-500: #E5345A;
--beige-600: #C71A3F;
--beige-700: #9E1532;
--beige-800: #710F24;
--beige-900: #480917;
--beige-950: #2D060E;
}