Beige
#FFDBE8
PinkColor Codes
All color formats for development
HEX
#FFDBE8RGB
rgb(255, 219, 232)HSL
hsl(338, 100%, 93%)OKLCH
oklch(0.925 0.043 354.2)CMYK
cmyk(0%, 14%, 9%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FFACCA
2#FF7CAC
3#FF4D8E
4#FF1E70
5#ED0057
6#BE0046
7#8E0034
8#5F0023
9#2F0011
Tints
Lighter variations
1#FFDFEB
2#FFE2ED
3#FFE6EF
4#FFEAF1
5#FFEDF4
6#FFF1F6
7#FFF4F8
8#FFF8FA
9#FFFBFD
Tones
Muted variations
1#FDDDE9
2#FBDFE9
3#FAE1EA
4#F8E2EA
5#F6E4EB
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 #FFBDD5 | Secondary backgroundsInput backgroundsDividers |
| 300 | FF8A #FF8AB5 | BordersInactive statesPlaceholder text |
| 400 | FF4D #FF4D8E | Disabled statesSecondary iconsMuted text |
| 500 | FF1A #FF1A6E | Primary brand colorCTAsActive elementsLinks |
| 600 | E000 #E00052 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B300 #B30041 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8000 #80002F | Text on light backgroundsHeadingsStrong borders |
| 900 | 5200 #52001E | Primary textHigh emphasis contentDark headings |
| 950 | 3300 #330013 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #FFF0F5;
--beige-100: #FFDBE8;
--beige-200: #FFBDD5;
--beige-300: #FF8AB5;
--beige-400: #FF4D8E;
--beige-500: #FF1A6E;
--beige-600: #E00052;
--beige-700: #B30041;
--beige-800: #80002F;
--beige-900: #52001E;
--beige-950: #330013;
}