Beige
#FFDCE6
PinkColor Codes
All color formats for development
HEX
#FFDCE6RGB
rgb(255, 220, 230)HSL
hsl(343, 100%, 93%)OKLCH
oklch(0.926 0.041 358.8)CMYK
cmyk(0%, 14%, 10%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FFACC3
2#FF7CA1
3#FF4D7F
4#FF1E5D
5#ED0043
6#BE0036
7#8E0028
8#5F001B
9#2F000D
Tints
Lighter variations
1#FFDFE8
2#FFE2EB
3#FFE6ED
4#FFEAF0
5#FFEDF2
6#FFF1F5
7#FFF4F7
8#FFF8FA
9#FFFBFC
Tones
Muted variations
1#FDDDE6
2#FBDFE7
3#FAE1E8
4#F8E2E9
5#F6E4E9
6#F4E6EA
7#F3E8EB
8#F1EAEC
9#EFEBEC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDB #FFDBE5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFBD #FFBDCF | Secondary backgroundsInput backgroundsDividers |
| 300 | FF8A #FF8AAB | BordersInactive statesPlaceholder text |
| 400 | FF4D #FF4D7F | Disabled statesSecondary iconsMuted text |
| 500 | FF1A #FF1A5B | Primary brand colorCTAsActive elementsLinks |
| 600 | E000 #E00040 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B300 #B30033 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8000 #800024 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5200 #520017 | Primary textHigh emphasis contentDark headings |
| 950 | 3300 #33000E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #FFF0F4;
--beige-100: #FFDBE5;
--beige-200: #FFBDCF;
--beige-300: #FF8AAB;
--beige-400: #FF4D7F;
--beige-500: #FF1A5B;
--beige-600: #E00040;
--beige-700: #B30033;
--beige-800: #800024;
--beige-900: #520017;
--beige-950: #33000E;
}