Ivory
#FEF5F0
OrangeColor Codes
All color formats for development
HEX
#FEF5F0RGB
rgb(254, 245, 240)HSL
hsl(21, 88%, 97%)OKLCH
oklch(0.976 0.012 51.3)CMYK
cmyk(0%, 4%, 6%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FBD6C2
2#F8B794
3#F59865
4#F27837
5#E95B0F
6#BA490C
7#8C3709
8#5D2406
9#2F1203
Tints
Lighter variations
1#FEF6F2
2#FEF7F3
3#FEF8F5
4#FEF9F6
5#FFFAF8
6#FFFBF9
7#FFFCFB
8#FFFDFC
9#FFFEFE
Tones
Muted variations
1#FDF6F1
2#FDF6F2
3#FCF6F3
4#FBF6F3
5#FBF6F4
6#FAF7F5
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 | FDE8 #FDE8DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBD5 #FBD5C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8B5 #F8B591 | BordersInactive statesPlaceholder text |
| 400 | F48E #F48E57 | Disabled statesSecondary iconsMuted text |
| 500 | F16E #F16E27 | Primary brand colorCTAsActive elementsLinks |
| 600 | D353 #D3530D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A842 #A8420B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 782F #782F08 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D1E #4D1E05 | Primary textHigh emphasis contentDark headings |
| 950 | 3013 #301303 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--ivory-50: #FEF5F1;
--ivory-100: #FDE8DD;
--ivory-200: #FBD5C1;
--ivory-300: #F8B591;
--ivory-400: #F48E57;
--ivory-500: #F16E27;
--ivory-600: #D3530D;
--ivory-700: #A8420B;
--ivory-800: #782F08;
--ivory-900: #4D1E05;
--ivory-950: #301303;
}