Ivory
#FEF5F1
OrangeColor Codes
All color formats for development
HEX
#FEF5F1RGB
rgb(254, 245, 241)HSL
hsl(18, 87%, 97%)OKLCH
oklch(0.976 0.011 45.7)CMYK
cmyk(0%, 4%, 5%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FBD3C2
2#F8B294
3#F49166
4#F16F38
5#E75110
6#B9410D
7#8B300A
8#5D2006
9#2E1003
Tints
Lighter variations
1#FEF6F2
2#FEF7F4
3#FEF8F5
4#FEF9F6
5#FFFAF8
6#FFFBF9
7#FFFCFB
8#FFFDFC
9#FFFEFE
Tones
Muted variations
1#FDF5F1
2#FDF5F2
3#FCF5F3
4#FBF6F3
5#FBF6F4
6#FAF6F5
7#F9F7F5
8#F9F7F6
9#F8F7F7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF5 #FEF5F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE7 #FDE7DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBD2 #FBD2C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F7B0 #F7B091 | BordersInactive statesPlaceholder text |
| 400 | F387 #F38758 | Disabled statesSecondary iconsMuted text |
| 500 | F064 #F06428 | Primary brand colorCTAsActive elementsLinks |
| 600 | D249 #D2490F | Hover statesFocus ringsPrimary buttons hover |
| 700 | A73A #A73A0C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 772A #772A08 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4C1B #4C1B05 | Primary textHigh emphasis contentDark headings |
| 950 | 3011 #301103 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--ivory-50: #FEF5F1;
--ivory-100: #FDE7DE;
--ivory-200: #FBD2C1;
--ivory-300: #F7B091;
--ivory-400: #F38758;
--ivory-500: #F06428;
--ivory-600: #D2490F;
--ivory-700: #A73A0C;
--ivory-800: #772A08;
--ivory-900: #4C1B05;
--ivory-950: #301103;
}