Ivory
#FFF6F0
OrangeColor Codes
All color formats for development
HEX
#FFF6F0RGB
rgb(255, 246, 240)HSL
hsl(24, 100%, 97%)OKLCH
oklch(0.978 0.013 56.3)CMYK
cmyk(0%, 4%, 6%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FFD8BE
2#FFBA8D
3#FF9D5B
4#FF7F2A
5#F76300
6#C64F00
7#943B00
8#632800
9#311400
Tints
Lighter variations
1#FFF7F1
2#FFF8F3
3#FFF9F4
4#FFF9F6
5#FFFAF7
6#FFFBF9
7#FFFCFA
8#FFFDFC
9#FFFEFD
Tones
Muted variations
1#FEF6F0
2#FDF6F1
3#FDF6F2
4#FCF6F3
5#FBF7F4
6#FAF7F4
7#FAF7F5
8#F9F7F6
9#F8F7F7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF6 #FFF6F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFEA #FFEADB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFD7 #FFD7BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFB9 #FFB98A | BordersInactive statesPlaceholder text |
| 400 | FF94 #FF944D | Disabled statesSecondary iconsMuted text |
| 500 | FF75 #FF751A | Primary brand colorCTAsActive elementsLinks |
| 600 | E05A #E05A00 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B347 #B34700 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8033 #803300 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5221 #522100 | Primary textHigh emphasis contentDark headings |
| 950 | 3314 #331400 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--ivory-50: #FFF6F0;
--ivory-100: #FFEADB;
--ivory-200: #FFD7BD;
--ivory-300: #FFB98A;
--ivory-400: #FF944D;
--ivory-500: #FF751A;
--ivory-600: #E05A00;
--ivory-700: #B34700;
--ivory-800: #803300;
--ivory-900: #522100;
--ivory-950: #331400;
}