Ivory
#FEFCF0
YellowColor Codes
All color formats for development
HEX
#FEFCF0RGB
rgb(254, 252, 240)HSL
hsl(51, 88%, 97%)OKLCH
oklch(0.989 0.016 99)CMYK
cmyk(0%, 1%, 6%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FBF3C2
2#F8E994
3#F5E065
4#F2D637
5#E9C80F
6#BAA00C
7#8C7809
8#5D5006
9#2F2803
Tints
Lighter variations
1#FEFCF2
2#FEFDF3
3#FEFDF5
4#FEFDF6
5#FFFEF8
6#FFFEF9
7#FFFEFB
8#FFFEFC
9#FFFFFE
Tones
Muted variations
1#FDFCF1
2#FDFBF2
3#FCFBF3
4#FBFAF3
5#FBFAF4
6#FAF9F5
7#F9F9F5
8#F9F8F6
9#F8F8F7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF8 #FDF8DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBF2 #FBF2C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8E8 #F8E891 | BordersInactive statesPlaceholder text |
| 400 | F4DD #F4DD57 | Disabled statesSecondary iconsMuted text |
| 500 | F1D3 #F1D327 | Primary brand colorCTAsActive elementsLinks |
| 600 | D3B5 #D3B50D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A890 #A8900B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7867 #786708 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D42 #4D4205 | Primary textHigh emphasis contentDark headings |
| 950 | 3029 #302903 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--ivory-50: #FEFCF1;
--ivory-100: #FDF8DD;
--ivory-200: #FBF2C1;
--ivory-300: #F8E891;
--ivory-400: #F4DD57;
--ivory-500: #F1D327;
--ivory-600: #D3B50D;
--ivory-700: #A8900B;
--ivory-800: #786708;
--ivory-900: #4D4205;
--ivory-950: #302903;
}