Beige
#C8F3CB
GreenColor Codes
All color formats for development
HEX
#C8F3CBRGB
rgb(200, 243, 203)HSL
hsl(124, 64%, 87%)OKLCH
oklch(0.923 0.07 146.9)CMYK
cmyk(18%, 0%, 16%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A4EBA9
2#80E386
3#5BDB64
4#37D342
5#28B631
6#209228
7#186D1E
8#104914
9#08240A
Tints
Lighter variations
1#CEF4D1
2#D4F5D6
3#D9F7DB
4#DEF8E0
5#E4F9E5
6#E9FAEA
7#EFFBF0
8#F4FDF5
9#FAFEFA
Tones
Muted variations
1#CBF1CD
2#CDEFCF
3#CFEDD1
4#D1EBD3
5#D3E8D5
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 #E2F9E3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3CB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAA4 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF74 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D64D | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B832 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209228 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #17691C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4312 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A0B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F2FCF3;
--beige-100: #E2F9E3;
--beige-200: #C9F3CB;
--beige-300: #9FEAA4;
--beige-400: #6DDF74;
--beige-500: #43D64D;
--beige-600: #28B832;
--beige-700: #209228;
--beige-800: #17691C;
--beige-900: #0F4312;
--beige-950: #092A0B;
}