Beige
#C9F3CA
GreenColor Codes
All color formats for development
HEX
#C9F3CARGB
rgb(201, 243, 202)HSL
hsl(121, 64%, 87%)OKLCH
oklch(0.924 0.07 145.6)CMYK
cmyk(17%, 0%, 17%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A4EBA5
2#80E382
3#5BDB5E
4#37D33A
5#28B62A
6#209222
7#186D19
8#104911
9#082408
Tints
Lighter variations
1#CEF4CF
2#D4F5D4
3#D9F7D9
4#DEF8DF
5#E4F9E4
6#E9FAEA
7#EFFBEF
8#F4FDF4
9#FAFEFA
Tones
Muted variations
1#CBF1CB
2#CDEFCD
3#CFEDCF
4#D1EBD2
5#D3E8D4
6#D5E6D6
7#D7E4D8
8#DAE2DA
9#DCE0DC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3C9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAA0 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF6F | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D645 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B82B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209222 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176918 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4310 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A0A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F2FCF3;
--beige-100: #E2F9E2;
--beige-200: #C9F3C9;
--beige-300: #9FEAA0;
--beige-400: #6DDF6F;
--beige-500: #43D645;
--beige-600: #28B82B;
--beige-700: #209222;
--beige-800: #176918;
--beige-900: #0F4310;
--beige-950: #092A0A;
}