Beige
#FFDCE7
PinkColor Codes
All color formats for development
HEX
#FFDCE7RGB
rgb(255, 220, 231)HSL
hsl(341, 100%, 93%)OKLCH
oklch(0.927 0.041 357)CMYK
cmyk(0%, 14%, 9%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FFACC6
2#FF7CA6
3#FF4D85
4#FF1E65
5#ED004B
6#BE003C
7#8E002D
8#5F001E
9#2F000F
Tints
Lighter variations
1#FFDFE9
2#FFE2EB
3#FFE6EE
4#FFEAF0
5#FFEDF3
6#FFF1F5
7#FFF4F8
8#FFF8FA
9#FFFBFD
Tones
Muted variations
1#FDDDE7
2#FBDFE8
3#FAE1E9
4#F8E2E9
5#F6E4EA
6#F4E6EB
7#F3E8EB
8#F1EAEC
9#EFEBEC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDB #FFDBE7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFBD #FFBDD2 | Secondary backgroundsInput backgroundsDividers |
| 300 | FF8A #FF8AAF | BordersInactive statesPlaceholder text |
| 400 | FF4D #FF4D85 | Disabled statesSecondary iconsMuted text |
| 500 | FF1A #FF1A62 | Primary brand colorCTAsActive elementsLinks |
| 600 | E000 #E00047 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B300 #B30039 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8000 #800028 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5200 #52001A | Primary textHigh emphasis contentDark headings |
| 950 | 3300 #330010 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #FFF0F5;
--beige-100: #FFDBE7;
--beige-200: #FFBDD2;
--beige-300: #FF8AAF;
--beige-400: #FF4D85;
--beige-500: #FF1A62;
--beige-600: #E00047;
--beige-700: #B30039;
--beige-800: #800028;
--beige-900: #52001A;
--beige-950: #330010;
}