Beige
#FAF8E0
YellowColor Codes
All color formats for development
HEX
#FAF8E0RGB
rgb(250, 248, 224)HSL
hsl(55, 72%, 93%)OKLCH
oklch(0.974 0.031 103.1)CMYK
cmyk(0%, 1%, 10%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F3EEB8
2#EDE58F
3#E6DB66
4#DFD23D
5#CCBE21
6#A3981B
7#7A7214
8#524C0D
9#292607
Tints
Lighter variations
1#FBF9E3
2#FBF9E6
3#FCFAEA
4#FCFBED
5#FDFBF0
6#FDFCF3
7#FEFDF6
8#FEFEF9
9#FFFEFC
Tones
Muted variations
1#F9F7E2
2#F7F6E3
3#F6F5E4
4#F5F4E5
5#F4F3E7
6#F2F1E8
7#F1F0E9
8#F0EFEB
9#EEEEEC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFC #FDFCF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAF8 #FAF8E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6F2 #F6F2C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFE8 #EFE89A | BordersInactive statesPlaceholder text |
| 400 | E6DB #E6DB65 | Disabled statesSecondary iconsMuted text |
| 500 | DFD1 #DFD13A | Primary brand colorCTAsActive elementsLinks |
| 600 | C1B4 #C1B41F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A8F #9A8F19 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E66 #6E6612 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4641 #46410B | Primary textHigh emphasis contentDark headings |
| 950 | 2C29 #2C2907 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #FDFCF2;
--beige-100: #FAF8E0;
--beige-200: #F6F2C6;
--beige-300: #EFE89A;
--beige-400: #E6DB65;
--beige-500: #DFD13A;
--beige-600: #C1B41F;
--beige-700: #9A8F19;
--beige-800: #6E6612;
--beige-900: #46410B;
--beige-950: #2C2907;
}