Beige
#C9F3DA
GreenColor Codes
All color formats for development
HEX
#C9F3DARGB
rgb(201, 243, 218)HSL
hsl(144, 64%, 87%)OKLCH
oklch(0.928 0.055 159)CMYK
cmyk(17%, 0%, 10%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A4EBC1
2#80E3A8
3#5BDB8F
4#37D376
5#28B661
6#20924D
7#186D3A
8#104927
9#082413
Tints
Lighter variations
1#CEF4DD
2#D4F5E1
3#D9F7E5
4#DEF8E9
5#E4F9EC
6#E9FAF0
7#EFFBF4
8#F4FDF8
9#FAFEFB
Tones
Muted variations
1#CBF1DA
2#CDEFDA
3#CFEDDB
4#D1EBDB
5#D3E8DC
6#D5E6DC
7#D7E4DD
8#DAE2DD
9#DCE0DD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3DA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEABD | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF9A | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D67E | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B862 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #20924E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176938 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4324 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A16 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F2FCF6;
--beige-100: #E2F9EB;
--beige-200: #C9F3DA;
--beige-300: #9FEABD;
--beige-400: #6DDF9A;
--beige-500: #43D67E;
--beige-600: #28B862;
--beige-700: #20924E;
--beige-800: #176938;
--beige-900: #0F4324;
--beige-950: #092A16;
}