Beige
#FFDCE8
PinkColor Codes
All color formats for development
HEX
#FFDCE8RGB
rgb(255, 220, 232)HSL
hsl(339, 100%, 93%)OKLCH
oklch(0.927 0.042 355.3)CMYK
cmyk(0%, 14%, 9%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FFACC9
2#FF7CAA
3#FF4D8B
4#FF1E6C
5#ED0053
6#BE0042
7#8E0032
8#5F0021
9#2F0011
Tints
Lighter variations
1#FFDFEA
2#FFE2EC
3#FFE6EF
4#FFEAF1
5#FFEDF3
6#FFF1F6
7#FFF4F8
8#FFF8FA
9#FFFBFD
Tones
Muted variations
1#FDDDE8
2#FBDFE9
3#FAE1E9
4#F8E2EA
5#F6E4EA
6#F4E6EB
7#F3E8EC
8#F1EAEC
9#EFEBED
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDB #FFDBE8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFBD #FFBDD4 | Secondary backgroundsInput backgroundsDividers |
| 300 | FF8A #FF8AB3 | BordersInactive statesPlaceholder text |
| 400 | FF4D #FF4D8B | Disabled statesSecondary iconsMuted text |
| 500 | FF1A #FF1A6A | Primary brand colorCTAsActive elementsLinks |
| 600 | E000 #E0004F | Hover statesFocus ringsPrimary buttons hover |
| 700 | B300 #B3003E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8000 #80002D | Text on light backgroundsHeadingsStrong borders |
| 900 | 5200 #52001D | Primary textHigh emphasis contentDark headings |
| 950 | 3300 #330012 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #FFF0F5;
--beige-100: #FFDBE8;
--beige-200: #FFBDD4;
--beige-300: #FF8AB3;
--beige-400: #FF4D8B;
--beige-500: #FF1A6A;
--beige-600: #E0004F;
--beige-700: #B3003E;
--beige-800: #80002D;
--beige-900: #52001D;
--beige-950: #330012;
}