Beige
#FFDCEA
PinkColor Codes
All color formats for development
HEX
#FFDCEARGB
rgb(255, 220, 234)HSL
hsl(336, 100%, 93%)OKLCH
oklch(0.928 0.043 351.9)CMYK
cmyk(0%, 14%, 8%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FFACCD
2#FF7CB1
3#FF4D94
4#FF1E78
5#ED005F
6#BE004C
7#8E0039
8#5F0026
9#2F0013
Tints
Lighter variations
1#FFDFEC
2#FFE2EE
3#FFE6F0
4#FFEAF2
5#FFEDF4
6#FFF1F6
7#FFF4F9
8#FFF8FB
9#FFFBFD
Tones
Muted variations
1#FDDDEA
2#FBDFEA
3#FAE1EB
4#F8E2EB
5#F6E4EB
6#F4E6EC
7#F3E8EC
8#F1EAEC
9#EFEBED
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDB #FFDBEA | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFBD #FFBDD7 | Secondary backgroundsInput backgroundsDividers |
| 300 | FF8A #FF8AB9 | BordersInactive statesPlaceholder text |
| 400 | FF4D #FF4D94 | Disabled statesSecondary iconsMuted text |
| 500 | FF1A #FF1A75 | Primary brand colorCTAsActive elementsLinks |
| 600 | E000 #E0005A | Hover statesFocus ringsPrimary buttons hover |
| 700 | B300 #B30047 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8000 #800033 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5200 #520021 | Primary textHigh emphasis contentDark headings |
| 950 | 3300 #330014 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #FFF0F6;
--beige-100: #FFDBEA;
--beige-200: #FFBDD7;
--beige-300: #FF8AB9;
--beige-400: #FF4D94;
--beige-500: #FF1A75;
--beige-600: #E0005A;
--beige-700: #B30047;
--beige-800: #800033;
--beige-900: #520021;
--beige-950: #330014;
}