Ivory
#FFF3F0
RedColor Codes
All color formats for development
HEX
#FFF3F0RGB
rgb(255, 243, 240)HSL
hsl(12, 100%, 97%)OKLCH
oklch(0.973 0.014 34.3)CMYK
cmyk(0%, 5%, 6%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FFCBBE
2#FFA48D
3#FF7C5B
4#FF542A
5#F73100
6#C62800
7#941E00
8#631400
9#310A00
Tints
Lighter variations
1#FFF4F1
2#FFF5F3
3#FFF6F4
4#FFF8F6
5#FFF9F7
6#FFFAF9
7#FFFBFA
8#FFFDFC
9#FFFEFD
Tones
Muted variations
1#FEF3F0
2#FDF4F1
3#FDF4F2
4#FCF5F3
5#FBF5F4
6#FAF6F4
7#FAF6F5
8#F9F6F6
9#F8F7F7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF3 #FFF3F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFE2 #FFE2DB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFCA #FFCABD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFA1 #FFA18A | BordersInactive statesPlaceholder text |
| 400 | FF70 #FF704D | Disabled statesSecondary iconsMuted text |
| 500 | FF47 #FF471A | Primary brand colorCTAsActive elementsLinks |
| 600 | E02D #E02D00 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B324 #B32400 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8019 #801900 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5210 #521000 | Primary textHigh emphasis contentDark headings |
| 950 | 330A #330A00 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--ivory-50: #FFF3F0;
--ivory-100: #FFE2DB;
--ivory-200: #FFCABD;
--ivory-300: #FFA18A;
--ivory-400: #FF704D;
--ivory-500: #FF471A;
--ivory-600: #E02D00;
--ivory-700: #B32400;
--ivory-800: #801900;
--ivory-900: #521000;
--ivory-950: #330A00;
}