Beige
#C9F3CF
GreenColor Codes
All color formats for development
HEX
#C9F3CFRGB
rgb(201, 243, 207)HSL
hsl(129, 64%, 87%)OKLCH
oklch(0.925 0.065 149.1)CMYK
cmyk(17%, 0%, 15%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A4EBAF
2#80E38F
3#5BDB6F
4#37D34F
5#28B63D
6#209231
7#186D25
8#104918
9#08240C
Tints
Lighter variations
1#CEF4D4
2#D4F5D9
3#D9F7DD
4#DEF8E2
5#E4F9E7
6#E9FAEC
7#EFFBF1
8#F4FDF5
9#FAFEFA
Tones
Muted variations
1#CBF1D0
2#CDEFD2
3#CFEDD3
4#D1EBD5
5#D3E8D6
6#D5E6D8
7#D7E4D9
8#DAE2DB
9#DCE0DC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3CF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAAA | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF7E | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D659 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B83E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209231 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176923 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4317 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A0E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F2FCF4;
--beige-100: #E2F9E5;
--beige-200: #C9F3CF;
--beige-300: #9FEAAA;
--beige-400: #6DDF7E;
--beige-500: #43D659;
--beige-600: #28B83E;
--beige-700: #209231;
--beige-800: #176923;
--beige-900: #0F4317;
--beige-950: #092A0E;
}