Ivory
#FFF9F0
OrangeColor Codes
All color formats for development
HEX
#FFF9F0RGB
rgb(255, 249, 240)HSL
hsl(36, 100%, 97%)OKLCH
oklch(0.984 0.014 78.3)CMYK
cmyk(0%, 2%, 6%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FFE5BE
2#FFD18D
3#FFBE5B
4#FFAA2A
5#F79400
6#C67700
7#945900
8#633B00
9#311E00
Tints
Lighter variations
1#FFF9F1
2#FFFAF3
3#FFFBF4
4#FFFBF6
5#FFFCF7
6#FFFDF9
7#FFFDFA
8#FFFEFC
9#FFFEFD
Tones
Muted variations
1#FEF9F0
2#FDF9F1
3#FDF8F2
4#FCF8F3
5#FBF8F4
6#FAF8F4
7#FAF8F5
8#F9F8F6
9#F8F8F7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF9 #FFF9F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFF1 #FFF1DB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFE4 #FFE4BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFD0 #FFD08A | BordersInactive statesPlaceholder text |
| 400 | FFB8 #FFB84D | Disabled statesSecondary iconsMuted text |
| 500 | FFA3 #FFA31A | Primary brand colorCTAsActive elementsLinks |
| 600 | E087 #E08700 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B36B #B36B00 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 804D #804D00 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5231 #523100 | Primary textHigh emphasis contentDark headings |
| 950 | 331F #331F00 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--ivory-50: #FFF9F0;
--ivory-100: #FFF1DB;
--ivory-200: #FFE4BD;
--ivory-300: #FFD08A;
--ivory-400: #FFB84D;
--ivory-500: #FFA31A;
--ivory-600: #E08700;
--ivory-700: #B36B00;
--ivory-800: #804D00;
--ivory-900: #523100;
--ivory-950: #331F00;
}