Ivory
#F2FDF5
GreenColor Codes
All color formats for development
HEX
#F2FDF5RGB
rgb(242, 253, 245)HSL
hsl(136, 73%, 97%)OKLCH
oklch(0.984 0.016 154.5)CMYK
cmyk(4%, 0%, 3%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C7F6D4
2#9CF0B2
3#71E991
4#47E270
5#21D652
6#1BAB41
7#148031
8#0D5621
9#072B10
Tints
Lighter variations
1#F3FDF6
2#F4FDF7
3#F6FEF8
4#F7FEF9
5#F8FEFA
6#FAFEFB
7#FBFEFC
8#FCFFFD
9#FEFFFE
Tones
Muted variations
1#F2FCF5
2#F3FCF5
3#F3FBF6
4#F4FBF6
5#F5FAF6
6#F5FAF6
7#F6F9F7
8#F6F8F7
9#F7F8F7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAE7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFB0 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E787 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E065 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC24A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A3B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E2A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B471B | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C11 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--ivory-50: #F2FDF5;
--ivory-100: #E0FAE7;
--ivory-200: #C6F6D3;
--ivory-300: #9AEFB0;
--ivory-400: #65E787;
--ivory-500: #38E065;
--ivory-600: #1EC24A;
--ivory-700: #189A3B;
--ivory-800: #116E2A;
--ivory-900: #0B471B;
--ivory-950: #072C11;
}