Beige
#C8F3D3
GreenColor Codes
All color formats for development
HEX
#C8F3D3RGB
rgb(200, 243, 211)HSL
hsl(135, 64%, 87%)OKLCH
oklch(0.925 0.062 152.9)CMYK
cmyk(18%, 0%, 13%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A4EBB6
2#80E399
3#5BDB7B
4#37D35E
5#28B64B
6#20923C
7#186D2D
8#10491E
9#08240F
Tints
Lighter variations
1#CEF4D8
2#D4F5DC
3#D9F7E0
4#DEF8E5
5#E4F9E9
6#E9FAED
7#EFFBF2
8#F4FDF6
9#FAFEFB
Tones
Muted variations
1#CBF1D4
2#CDEFD5
3#CFEDD6
4#D1EBD7
5#D3E8D9
6#D5E6DA
7#D7E4DB
8#DAE2DC
9#DCE0DD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAB2 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF89 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D668 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B84C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #20923D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #17692B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F431C | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A11 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F2FCF5;
--beige-100: #E2F9E7;
--beige-200: #C9F3D3;
--beige-300: #9FEAB2;
--beige-400: #6DDF89;
--beige-500: #43D668;
--beige-600: #28B84C;
--beige-700: #20923D;
--beige-800: #17692B;
--beige-900: #0F431C;
--beige-950: #092A11;
}