Ivory
#FEF6F1
OrangeColor Codes
All color formats for development
HEX
#FEF6F1RGB
rgb(254, 246, 241)HSL
hsl(23, 87%, 97%)OKLCH
oklch(0.978 0.011 54.5)CMYK
cmyk(0%, 3%, 5%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FBD8C2
2#F8BA94
3#F49D66
4#F17F38
5#E76310
6#B94F0D
7#8B3B0A
8#5D2706
9#2E1403
Tints
Lighter variations
1#FEF7F2
2#FEF8F4
3#FEF9F5
4#FEF9F6
5#FFFAF8
6#FFFBF9
7#FFFCFB
8#FFFDFC
9#FFFEFE
Tones
Muted variations
1#FDF6F1
2#FDF6F2
3#FCF6F3
4#FBF6F3
5#FBF7F4
6#FAF7F5
7#F9F7F5
8#F9F7F6
9#F8F7F7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF6 #FEF6F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDEA #FDEADE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBD7 #FBD7C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F7B8 #F7B891 | BordersInactive statesPlaceholder text |
| 400 | F394 #F39458 | Disabled statesSecondary iconsMuted text |
| 500 | F075 #F07528 | Primary brand colorCTAsActive elementsLinks |
| 600 | D259 #D2590F | Hover statesFocus ringsPrimary buttons hover |
| 700 | A747 #A7470C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7733 #773308 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4C21 #4C2105 | Primary textHigh emphasis contentDark headings |
| 950 | 3014 #301403 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--ivory-50: #FEF6F1;
--ivory-100: #FDEADE;
--ivory-200: #FBD7C1;
--ivory-300: #F7B891;
--ivory-400: #F39458;
--ivory-500: #F07528;
--ivory-600: #D2590F;
--ivory-700: #A7470C;
--ivory-800: #773308;
--ivory-900: #4C2105;
--ivory-950: #301403;
}