Beige
#FDDDE7
PinkColor Codes
All color formats for development
HEX
#FDDDE7RGB
rgb(253, 221, 231)HSL
hsl(341, 89%, 93%)OKLCH
oklch(0.927 0.038 357)CMYK
cmyk(0%, 13%, 9%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FAB0C8
2#F884A8
3#F55789
4#F32A6A
5#E00D50
6#B30A40
7#860830
8#5A0520
9#2D0310
Tints
Lighter variations
1#FDE1EA
2#FDE4EC
3#FEE7EE
4#FEEBF1
5#FEEEF3
6#FEF2F6
7#FEF5F8
8#FFF8FA
9#FFFCFD
Tones
Muted variations
1#FBDFE8
2#FAE0E8
3#F8E2E9
4#F7E4EA
5#F5E5EA
6#F4E7EB
7#F2E8EB
8#F0EAEC
9#EFECED
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDE7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC0 #FBC0D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F990 #F990B1 | BordersInactive statesPlaceholder text |
| 400 | F556 #F55689 | Disabled statesSecondary iconsMuted text |
| 500 | F226 #F22667 | Primary brand colorCTAsActive elementsLinks |
| 600 | D40C #D40C4C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A90A #A90A3C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7807 #78072B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D04 #4D041B | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300311 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #FEF1F5;
--beige-100: #FDDDE7;
--beige-200: #FBC0D3;
--beige-300: #F990B1;
--beige-400: #F55689;
--beige-500: #F22667;
--beige-600: #D40C4C;
--beige-700: #A90A3C;
--beige-800: #78072B;
--beige-900: #4D041B;
--beige-950: #300311;
}