Beige
#FBEEDF
OrangeColor Codes
All color formats for development
HEX
#FBEEDFRGB
rgb(251, 238, 223)HSL
hsl(32, 78%, 93%)OKLCH
oklch(0.955 0.024 71.5)CMYK
cmyk(0%, 5%, 11%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F6D8B5
2#F1C18B
3#EBAB61
4#E69436
5#D37D1A
6#A96415
7#7F4B10
8#54320A
9#2A1905
Tints
Lighter variations
1#FBF0E2
2#FCF1E6
3#FCF3E9
4#FDF5EC
5#FDF7EF
6#FDF8F2
7#FEFAF5
8#FEFCF9
9#FFFDFC
Tones
Muted variations
1#FAEEE1
2#F8EEE2
3#F7EEE3
4#F6EEE5
5#F4EEE6
6#F3EEE8
7#F1EDE9
8#F0EDEA
9#EFEDEC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF8 #FDF8F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBEE #FBEEDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8E0 #F8E0C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2C7 #F2C797 | BordersInactive statesPlaceholder text |
| 400 | EBAA #EBAA60 | Disabled statesSecondary iconsMuted text |
| 500 | E692 #E69233 | Primary brand colorCTAsActive elementsLinks |
| 600 | C876 #C87619 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F5E #9F5E14 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7143 #71430E | Text on light backgroundsHeadingsStrong borders |
| 900 | 492B #492B09 | Primary textHigh emphasis contentDark headings |
| 950 | 2D1B #2D1B06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #FDF8F1;
--beige-100: #FBEEDF;
--beige-200: #F8E0C4;
--beige-300: #F2C797;
--beige-400: #EBAA60;
--beige-500: #E69233;
--beige-600: #C87619;
--beige-700: #9F5E14;
--beige-800: #71430E;
--beige-900: #492B09;
--beige-950: #2D1B06;
}