Ivory
#FEFEF1
YellowColor Codes
All color formats for development
HEX
#FEFEF1RGB
rgb(254, 254, 241)HSL
hsl(60, 87%, 97%)OKLCH
oklch(0.994 0.017 106.7)CMYK
cmyk(0%, 0%, 5%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FBFBC2
2#F8F894
3#F4F466
4#F1F138
5#E7E710
6#B9B90D
7#8B8B0A
8#5D5D06
9#2E2E03
Tints
Lighter variations
1#FEFEF2
2#FEFEF4
3#FEFEF5
4#FEFEF6
5#FFFFF8
6#FFFFF9
7#FFFFFB
8#FFFFFC
9#FFFFFE
Tones
Muted variations
1#FDFDF1
2#FDFDF2
3#FCFCF3
4#FBFBF3
5#FBFBF4
6#FAFAF5
7#F9F9F5
8#F9F9F6
9#F8F8F7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFE #FEFEF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDFD #FDFDDE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBFB #FBFBC1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F7F7 #F7F791 | BordersInactive statesPlaceholder text |
| 400 | F3F3 #F3F358 | Disabled statesSecondary iconsMuted text |
| 500 | F0F0 #F0F028 | Primary brand colorCTAsActive elementsLinks |
| 600 | D2D2 #D2D20F | Hover statesFocus ringsPrimary buttons hover |
| 700 | A7A7 #A7A70C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7777 #777708 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4C4C #4C4C05 | Primary textHigh emphasis contentDark headings |
| 950 | 3030 #303003 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--ivory-50: #FEFEF1;
--ivory-100: #FDFDDE;
--ivory-200: #FBFBC1;
--ivory-300: #F7F791;
--ivory-400: #F3F358;
--ivory-500: #F0F028;
--ivory-600: #D2D20F;
--ivory-700: #A7A70C;
--ivory-800: #777708;
--ivory-900: #4C4C05;
--ivory-950: #303003;
}