Beige
#C9F3D7
GreenColor Codes
All color formats for development
HEX
#C9F3D7RGB
rgb(201, 243, 215)HSL
hsl(140, 64%, 87%)OKLCH
oklch(0.927 0.058 155.9)CMYK
cmyk(17%, 0%, 12%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A4EBBC
2#80E3A1
3#5BDB86
4#37D36B
5#28B657
6#209246
7#186D34
8#104923
9#082411
Tints
Lighter variations
1#CEF4DB
2#D4F5DF
3#D9F7E3
4#DEF8E7
5#E4F9EB
6#E9FAEF
7#EFFBF3
8#F4FDF7
9#FAFEFB
Tones
Muted variations
1#CBF1D7
2#CDEFD8
3#CFEDD9
4#D1EBDA
5#D3E8DA
6#D5E6DB
7#D7E4DC
8#DAE2DC
9#DCE0DD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAB8 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF93 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D674 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B858 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209246 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176932 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4320 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A14 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F2FCF6;
--beige-100: #E2F9E9;
--beige-200: #C9F3D7;
--beige-300: #9FEAB8;
--beige-400: #6DDF93;
--beige-500: #43D674;
--beige-600: #28B858;
--beige-700: #209246;
--beige-800: #176932;
--beige-900: #0F4320;
--beige-950: #092A14;
}