Beige
#C9F3D0
GreenColor Codes
All color formats for development
HEX
#C9F3D0RGB
rgb(201, 243, 208)HSL
hsl(130, 64%, 87%)OKLCH
oklch(0.925 0.064 149.8)CMYK
cmyk(17%, 0%, 14%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A4EBB0
2#80E390
3#5BDB71
4#37D351
5#28B640
6#209233
7#186D26
8#104919
9#08240D
Tints
Lighter variations
1#CEF4D4
2#D4F5D9
3#D9F7DE
4#DEF8E3
5#E4F9E7
6#E9FAEC
7#EFFBF1
8#F4FDF6
9#FAFEFA
Tones
Muted variations
1#CBF1D1
2#CDEFD3
3#CFEDD4
4#D1EBD5
5#D3E8D7
6#D5E6D8
7#D7E4DA
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 #E2F9E6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAAB | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF80 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D65B | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B840 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209233 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176925 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4317 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A0F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F2FCF4;
--beige-100: #E2F9E6;
--beige-200: #C9F3D0;
--beige-300: #9FEAAB;
--beige-400: #6DDF80;
--beige-500: #43D65B;
--beige-600: #28B840;
--beige-700: #209233;
--beige-800: #176925;
--beige-900: #0F4317;
--beige-950: #092A0F;
}