Beige
#FDDEEA
PinkColor Codes
All color formats for development
HEX
#FDDEEARGB
rgb(253, 222, 234)HSL
hsl(337, 89%, 93%)OKLCH
oklch(0.929 0.037 352.5)CMYK
cmyk(0%, 12%, 8%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FAB0CD
2#F884B0
3#F55794
4#F32A77
5#E00D5E
6#B30A4B
7#860838
8#5A0526
9#2D0313
Tints
Lighter variations
1#FDE1EC
2#FDE4EE
3#FEE7F0
4#FEEBF2
5#FEEEF4
6#FEF2F6
7#FEF5F9
8#FFF8FB
9#FFFCFD
Tones
Muted variations
1#FBDFEA
2#FAE0EA
3#F8E2EB
4#F7E4EB
5#F5E5EB
6#F4E7EC
7#F2E8EC
8#F0EAEC
9#EFECED
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC0 #FBC0D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | F990 #F990B8 | BordersInactive statesPlaceholder text |
| 400 | F556 #F55693 | Disabled statesSecondary iconsMuted text |
| 500 | F226 #F22674 | Primary brand colorCTAsActive elementsLinks |
| 600 | D40C #D40C59 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A90A #A90A47 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7807 #780733 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D04 #4D0420 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300314 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #FEF1F6;
--beige-100: #FDDDE9;
--beige-200: #FBC0D7;
--beige-300: #F990B8;
--beige-400: #F55693;
--beige-500: #F22674;
--beige-600: #D40C59;
--beige-700: #A90A47;
--beige-800: #780733;
--beige-900: #4D0420;
--beige-950: #300314;
}