Beige
#C8F3CC
GreenColor Codes
All color formats for development
HEX
#C8F3CCRGB
rgb(200, 243, 204)HSL
hsl(126, 64%, 87%)OKLCH
oklch(0.924 0.069 147.5)CMYK
cmyk(18%, 0%, 16%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A4EBAB
2#80E38A
3#5BDB68
4#37D347
5#28B636
6#20922B
7#186D20
8#104916
9#08240B
Tints
Lighter variations
1#CEF4D2
2#D4F5D7
3#D9F7DC
4#DEF8E1
5#E4F9E6
6#E9FAEB
7#EFFBF0
8#F4FDF5
9#FAFEFA
Tones
Muted variations
1#CBF1CF
2#CDEFD0
3#CFEDD2
4#D1EBD4
5#D3E8D5
6#D5E6D7
7#D7E4D9
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 #E2F9E4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3CD | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAA6 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF78 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D651 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B837 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #20922C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #17691F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4314 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A0C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F2FCF3;
--beige-100: #E2F9E4;
--beige-200: #C9F3CD;
--beige-300: #9FEAA6;
--beige-400: #6DDF78;
--beige-500: #43D651;
--beige-600: #28B837;
--beige-700: #20922C;
--beige-800: #17691F;
--beige-900: #0F4314;
--beige-950: #092A0C;
}