Beige
#FBE0E8
PinkColor Codes
All color formats for development
HEX
#FBE0E8RGB
rgb(251, 224, 232)HSL
hsl(342, 77%, 93%)OKLCH
oklch(0.931 0.031 357.8)CMYK
cmyk(0%, 11%, 8%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F5B5C9
2#F08BAA
3#EB618B
4#E5386C
5#D21B52
6#A81642
7#7E1031
8#540B21
9#2A0510
Tints
Lighter variations
1#FBE3EA
2#FCE6EC
3#FCE9EF
4#FDECF1
5#FDEFF3
6#FDF2F6
7#FEF6F8
8#FEF9FA
9#FFFCFD
Tones
Muted variations
1#FAE1E8
2#F8E2E9
3#F7E4E9
4#F5E5EA
5#F4E6EA
6#F3E8EB
7#F1E9EC
8#F0EAEC
9#EFECED
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFE8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C4 #F7C4D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297B2 | BordersInactive statesPlaceholder text |
| 400 | EA61 #EA618A | Disabled statesSecondary iconsMuted text |
| 500 | E534 #E53469 | Primary brand colorCTAsActive elementsLinks |
| 600 | C71A #C71A4E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E15 #9E153E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710F #710F2C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4809 #48091C | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0612 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #FDF1F5;
--beige-100: #FBDFE8;
--beige-200: #F7C4D4;
--beige-300: #F297B2;
--beige-400: #EA618A;
--beige-500: #E53469;
--beige-600: #C71A4E;
--beige-700: #9E153E;
--beige-800: #710F2C;
--beige-900: #48091C;
--beige-950: #2D0612;
}