Beige
#C9F3C9
GreenColor Codes
All color formats for development
HEX
#C9F3C9RGB
rgb(201, 243, 201)HSL
hsl(120, 64%, 87%)OKLCH
oklch(0.923 0.071 145)CMYK
cmyk(17%, 0%, 17%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A4EBA4
2#80E380
3#5BDB5B
4#37D337
5#28B628
6#209220
7#186D18
8#104910
9#082408
Tints
Lighter variations
1#CEF4CE
2#D4F5D4
3#D9F7D9
4#DEF8DE
5#E4F9E4
6#E9FAE9
7#EFFBEF
8#F4FDF4
9#FAFEFA
Tones
Muted variations
1#CBF1CB
2#CDEFCD
3#CFEDCF
4#D1EBD1
5#D3E8D3
6#D5E6D5
7#D7E4D7
8#DAE2DA
9#DCE0DC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3C9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEA9F | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF6D | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D643 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B828 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209220 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176917 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F430F | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A09 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F2FCF2;
--beige-100: #E2F9E2;
--beige-200: #C9F3C9;
--beige-300: #9FEA9F;
--beige-400: #6DDF6D;
--beige-500: #43D643;
--beige-600: #28B828;
--beige-700: #209220;
--beige-800: #176917;
--beige-900: #0F430F;
--beige-950: #092A09;
}