Beige
#FFDBEA
PinkColor Codes
All color formats for development
HEX
#FFDBEARGB
rgb(255, 219, 234)HSL
hsl(335, 100%, 93%)OKLCH
oklch(0.926 0.044 351)CMYK
cmyk(0%, 14%, 8%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FFACCF
2#FF7CB3
3#FF4D97
4#FF1E7C
5#ED0063
6#BE004F
7#8E003B
8#5F0028
9#2F0014
Tints
Lighter variations
1#FFDFEC
2#FFE2EE
3#FFE6F0
4#FFEAF3
5#FFEDF5
6#FFF1F7
7#FFF4F9
8#FFF8FB
9#FFFBFD
Tones
Muted variations
1#FDDDEA
2#FBDFEB
3#FAE1EB
4#F8E2EB
5#F6E4EC
6#F4E6EC
7#F3E8EC
8#F1EAED
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 #FFBDD8 | Secondary backgroundsInput backgroundsDividers |
| 300 | FF8A #FF8ABB | BordersInactive statesPlaceholder text |
| 400 | FF4D #FF4D97 | Disabled statesSecondary iconsMuted text |
| 500 | FF1A #FF1A79 | Primary brand colorCTAsActive elementsLinks |
| 600 | E000 #E0005E | Hover statesFocus ringsPrimary buttons hover |
| 700 | B300 #B3004A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8000 #800035 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5200 #520022 | Primary textHigh emphasis contentDark headings |
| 950 | 3300 #330015 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #FFF0F6;
--beige-100: #FFDBEA;
--beige-200: #FFBDD8;
--beige-300: #FF8ABB;
--beige-400: #FF4D97;
--beige-500: #FF1A79;
--beige-600: #E0005E;
--beige-700: #B3004A;
--beige-800: #800035;
--beige-900: #520022;
--beige-950: #330015;
}