Beige
#FFDCE3
RedColor Codes
All color formats for development
HEX
#FFDCE3RGB
rgb(255, 220, 227)HSL
hsl(348, 100%, 93%)OKLCH
oklch(0.926 0.04 4.3)CMYK
cmyk(0%, 14%, 11%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FFACBC
2#FF7C97
3#FF4D71
4#FF1E4B
5#ED002F
6#BE0026
7#8E001C
8#5F0013
9#2F0009
Tints
Lighter variations
1#FFDFE5
2#FFE2E8
3#FFE6EB
4#FFEAEE
5#FFEDF1
6#FFF1F4
7#FFF4F6
8#FFF8F9
9#FFFBFC
Tones
Muted variations
1#FDDDE4
2#FBDFE5
3#FAE1E6
4#F8E2E7
5#F6E4E8
6#F4E6E9
7#F3E8EA
8#F1EAEB
9#EFEBEC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDB #FFDBE2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFBD #FFBDCA | Secondary backgroundsInput backgroundsDividers |
| 300 | FF8A #FF8AA1 | BordersInactive statesPlaceholder text |
| 400 | FF4D #FF4D70 | Disabled statesSecondary iconsMuted text |
| 500 | FF1A #FF1A47 | Primary brand colorCTAsActive elementsLinks |
| 600 | E000 #E0002D | Hover statesFocus ringsPrimary buttons hover |
| 700 | B300 #B30024 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8000 #80001A | Text on light backgroundsHeadingsStrong borders |
| 900 | 5200 #520010 | Primary textHigh emphasis contentDark headings |
| 950 | 3300 #33000A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #FFF0F3;
--beige-100: #FFDBE2;
--beige-200: #FFBDCA;
--beige-300: #FF8AA1;
--beige-400: #FF4D70;
--beige-500: #FF1A47;
--beige-600: #E0002D;
--beige-700: #B30024;
--beige-800: #80001A;
--beige-900: #520010;
--beige-950: #33000A;
}