Ivory
#FFFEF0
YellowColor Codes
All color formats for development
HEX
#FFFEF0RGB
rgb(255, 254, 240)HSL
hsl(56, 100%, 97%)OKLCH
oklch(0.994 0.018 103.4)CMYK
cmyk(0%, 0%, 6%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FFFBBE
2#FFF78D
3#FFF45B
4#FFF12A
5#F7E700
6#C6B900
7#948B00
8#635C00
9#312E00
Tints
Lighter variations
1#FFFEF1
2#FFFEF3
3#FFFEF4
4#FFFEF6
5#FFFEF7
6#FFFFF9
7#FFFFFA
8#FFFFFC
9#FFFFFD
Tones
Muted variations
1#FEFDF0
2#FDFDF1
3#FDFCF2
4#FCFBF3
5#FBFBF4
6#FAFAF4
7#FAF9F5
8#F9F9F6
9#F8F8F7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFE #FFFEF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFFD #FFFDDB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFFB #FFFBBD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFF7 #FFF78A | BordersInactive statesPlaceholder text |
| 400 | FFF3 #FFF34D | Disabled statesSecondary iconsMuted text |
| 500 | FFF0 #FFF01A | Primary brand colorCTAsActive elementsLinks |
| 600 | E0D1 #E0D100 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B3A7 #B3A700 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8077 #807700 | Text on light backgroundsHeadingsStrong borders |
| 900 | 524C #524C00 | Primary textHigh emphasis contentDark headings |
| 950 | 3330 #333000 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--ivory-50: #FFFEF0;
--ivory-100: #FFFDDB;
--ivory-200: #FFFBBD;
--ivory-300: #FFF78A;
--ivory-400: #FFF34D;
--ivory-500: #FFF01A;
--ivory-600: #E0D100;
--ivory-700: #B3A700;
--ivory-800: #807700;
--ivory-900: #524C00;
--ivory-950: #333000;
}