Beige
#FFDBE4
RedColor Codes
All color formats for development
HEX
#FFDBE4RGB
rgb(255, 219, 228)HSL
hsl(345, 100%, 93%)OKLCH
oklch(0.924 0.042 1.1)CMYK
cmyk(0%, 14%, 11%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FFACC1
2#FF7C9D
3#FF4D7A
4#FF1E56
5#ED003B
6#BE002F
7#8E0024
8#5F0018
9#2F000C
Tints
Lighter variations
1#FFDFE7
2#FFE2EA
3#FFE6EC
4#FFEAEF
5#FFEDF2
6#FFF1F4
7#FFF4F7
8#FFF8FA
9#FFFBFC
Tones
Muted variations
1#FDDDE5
2#FBDFE6
3#FAE1E7
4#F8E2E8
5#F6E4E9
6#F4E6EA
7#F3E8EA
8#F1EAEB
9#EFEBEC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDB #FFDBE4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFBD #FFBDCD | Secondary backgroundsInput backgroundsDividers |
| 300 | FF8A #FF8AA7 | BordersInactive statesPlaceholder text |
| 400 | FF4D #FF4D79 | Disabled statesSecondary iconsMuted text |
| 500 | FF1A #FF1A53 | Primary brand colorCTAsActive elementsLinks |
| 600 | E000 #E00038 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B300 #B3002D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8000 #800020 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5200 #520014 | Primary textHigh emphasis contentDark headings |
| 950 | 3300 #33000D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #FFF0F4;
--beige-100: #FFDBE4;
--beige-200: #FFBDCD;
--beige-300: #FF8AA7;
--beige-400: #FF4D79;
--beige-500: #FF1A53;
--beige-600: #E00038;
--beige-700: #B3002D;
--beige-800: #800020;
--beige-900: #520014;
--beige-950: #33000D;
}