Ivory
#FFF8F0
OrangeColor Codes
All color formats for development
HEX
#FFF8F0RGB
rgb(255, 248, 240)HSL
hsl(32, 100%, 97%)OKLCH
oklch(0.982 0.013 71.3)CMYK
cmyk(0%, 3%, 6%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FFE1BE
2#FFCA8D
3#FFB35B
4#FF9C2A
5#F78400
6#C66A00
7#944F00
8#633500
9#311A00
Tints
Lighter variations
1#FFF9F1
2#FFF9F3
3#FFFAF4
4#FFFBF6
5#FFFBF7
6#FFFCF9
7#FFFDFA
8#FFFEFC
9#FFFEFD
Tones
Muted variations
1#FEF8F0
2#FDF8F1
3#FDF8F2
4#FCF8F3
5#FBF8F4
6#FAF8F4
7#FAF8F5
8#F9F7F6
9#F8F7F7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF8 #FFF8F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFEE #FFEEDB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFE0 #FFE0BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFC8 #FFC88A | BordersInactive statesPlaceholder text |
| 400 | FFAC #FFAC4D | Disabled statesSecondary iconsMuted text |
| 500 | FF94 #FF941A | Primary brand colorCTAsActive elementsLinks |
| 600 | E078 #E07800 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B35F #B35F00 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8044 #804400 | Text on light backgroundsHeadingsStrong borders |
| 900 | 522C #522C00 | Primary textHigh emphasis contentDark headings |
| 950 | 331B #331B00 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--ivory-50: #FFF8F0;
--ivory-100: #FFEEDB;
--ivory-200: #FFE0BD;
--ivory-300: #FFC88A;
--ivory-400: #FFAC4D;
--ivory-500: #FF941A;
--ivory-600: #E07800;
--ivory-700: #B35F00;
--ivory-800: #804400;
--ivory-900: #522C00;
--ivory-950: #331B00;
}