Ivory
#FFFDF0
YellowColor Codes
All color formats for development
HEX
#FFFDF0RGB
rgb(255, 253, 240)HSL
hsl(52, 100%, 97%)OKLCH
oklch(0.992 0.017 99.6)CMYK
cmyk(0%, 1%, 6%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FFF6BE
2#FFF08D
3#FFE95B
4#FFE32A
5#F7D600
6#C6AB00
7#948100
8#635600
9#312B00
Tints
Lighter variations
1#FFFDF1
2#FFFDF3
3#FFFEF4
4#FFFEF6
5#FFFEF7
6#FFFEF9
7#FFFEFA
8#FFFFFC
9#FFFFFD
Tones
Muted variations
1#FEFCF0
2#FDFCF1
3#FDFBF2
4#FCFBF3
5#FBFAF4
6#FAFAF4
7#FAF9F5
8#F9F8F6
9#F8F8F7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFD #FFFDF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFFA #FFFADB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFF6 #FFF6BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFEF #FFEF8A | BordersInactive statesPlaceholder text |
| 400 | FFE7 #FFE74D | Disabled statesSecondary iconsMuted text |
| 500 | FFE0 #FFE01A | Primary brand colorCTAsActive elementsLinks |
| 600 | E0C2 #E0C200 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B39B #B39B00 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 806F #806F00 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5247 #524700 | Primary textHigh emphasis contentDark headings |
| 950 | 332C #332C00 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--ivory-50: #FFFDF0;
--ivory-100: #FFFADB;
--ivory-200: #FFF6BD;
--ivory-300: #FFEF8A;
--ivory-400: #FFE74D;
--ivory-500: #FFE01A;
--ivory-600: #E0C200;
--ivory-700: #B39B00;
--ivory-800: #806F00;
--ivory-900: #524700;
--ivory-950: #332C00;
}