Ivory
#FDFDF2
YellowColor Codes
All color formats for development
HEX
#FDFDF2RGB
rgb(253, 253, 242)HSL
hsl(60, 73%, 97%)OKLCH
oklch(0.991 0.014 106.7)CMYK
cmyk(0%, 0%, 4%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F6F6C7
2#F0F09C
3#E9E971
4#E2E247
5#D6D621
6#ABAB1B
7#808014
8#56560D
9#2B2B07
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#FCFCF2
2#FCFCF3
3#FBFBF3
4#FBFBF4
5#FAFAF5
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 | FAFA #FAFAE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6F6 #F6F6C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFEF #EFEF9A | BordersInactive statesPlaceholder text |
| 400 | E7E7 #E7E765 | Disabled statesSecondary iconsMuted text |
| 500 | E0E0 #E0E038 | Primary brand colorCTAsActive elementsLinks |
| 600 | C2C2 #C2C21E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A9A #9A9A18 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E6E #6E6E11 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4747 #47470B | Primary textHigh emphasis contentDark headings |
| 950 | 2C2C #2C2C07 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--ivory-50: #FDFDF2;
--ivory-100: #FAFAE0;
--ivory-200: #F6F6C6;
--ivory-300: #EFEF9A;
--ivory-400: #E7E765;
--ivory-500: #E0E038;
--ivory-600: #C2C21E;
--ivory-700: #9A9A18;
--ivory-800: #6E6E11;
--ivory-900: #47470B;
--ivory-950: #2C2C07;
}