Ivory
#FDFCF1
YellowColor Codes
All color formats for development
HEX
#FDFCF1RGB
rgb(253, 252, 241)HSL
hsl(55, 75%, 97%)OKLCH
oklch(0.989 0.014 102.4)CMYK
cmyk(0%, 0%, 5%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F7F3C6
2#F1EA9B
3#EBE070
4#E4D744
5#D8C91F
6#ADA119
7#827913
8#57500C
9#2B2806
Tints
Lighter variations
1#FDFCF3
2#FDFDF4
3#FEFDF6
4#FEFDF7
5#FEFEF8
6#FEFEFA
7#FEFEFB
8#FFFEFC
9#FFFFFE
Tones
Muted variations
1#FDFCF2
2#FCFBF3
3#FBFBF3
4#FBFAF4
5#FAFAF4
6#FAF9F5
7#F9F9F6
8#F8F8F6
9#F8F8F7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFC #FDFCF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF8 #FBF8E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7F3 #F7F3C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F0E9 #F0E998 | BordersInactive statesPlaceholder text |
| 400 | E9DE #E9DE63 | Disabled statesSecondary iconsMuted text |
| 500 | E2D4 #E2D436 | Primary brand colorCTAsActive elementsLinks |
| 600 | C4B6 #C4B61C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C91 #9C9116 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7068 #706810 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4742 #47420A | Primary textHigh emphasis contentDark headings |
| 950 | 2D29 #2D2906 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--ivory-50: #FDFCF2;
--ivory-100: #FBF8E0;
--ivory-200: #F7F3C5;
--ivory-300: #F0E998;
--ivory-400: #E9DE63;
--ivory-500: #E2D436;
--ivory-600: #C4B61C;
--ivory-700: #9C9116;
--ivory-800: #706810;
--ivory-900: #47420A;
--ivory-950: #2D2906;
}