Ivory
#FDFDF1
YellowColor Codes
All color formats for development
HEX
#FDFDF1RGB
rgb(253, 253, 241)HSL
hsl(60, 75%, 97%)OKLCH
oklch(0.991 0.016 106.7)CMYK
cmyk(0%, 0%, 5%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F7F7C6
2#F1F19B
3#EBEB70
4#E4E444
5#D8D81F
6#ADAD19
7#828213
8#57570C
9#2B2B06
Tints
Lighter variations
1#FDFDF3
2#FDFDF4
3#FEFEF6
4#FEFEF7
5#FEFEF8
6#FEFEFA
7#FEFEFB
8#FFFFFC
9#FFFFFE
Tones
Muted variations
1#FDFDF2
2#FCFCF3
3#FBFBF3
4#FBFBF4
5#FAFAF4
6#FAFAF5
7#F9F9F6
8#F8F8F6
9#F8F8F7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFD #FDFDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBFB #FBFBE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7F7 #F7F7C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F0F0 #F0F098 | BordersInactive statesPlaceholder text |
| 400 | E9E9 #E9E963 | Disabled statesSecondary iconsMuted text |
| 500 | E2E2 #E2E236 | Primary brand colorCTAsActive elementsLinks |
| 600 | C4C4 #C4C41C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C9C #9C9C16 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7070 #707010 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4747 #47470A | Primary textHigh emphasis contentDark headings |
| 950 | 2D2D #2D2D06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--ivory-50: #FDFDF2;
--ivory-100: #FBFBE0;
--ivory-200: #F7F7C5;
--ivory-300: #F0F098;
--ivory-400: #E9E963;
--ivory-500: #E2E236;
--ivory-600: #C4C41C;
--ivory-700: #9C9C16;
--ivory-800: #707010;
--ivory-900: #47470A;
--ivory-950: #2D2D06;
}