Beige
#C8F3DA
GreenColor Codes
All color formats for development
HEX
#C8F3DARGB
rgb(200, 243, 218)HSL
hsl(145, 64%, 87%)OKLCH
oklch(0.927 0.056 159.6)CMYK
cmyk(18%, 0%, 10%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A4EBC2
2#80E3A9
3#5BDB91
4#37D378
5#28B663
6#20924F
7#186D3B
8#104928
9#082414
Tints
Lighter variations
1#CEF4DE
2#D4F5E2
3#D9F7E5
4#DEF8E9
5#E4F9ED
6#E9FAF0
7#EFFBF4
8#F4FDF8
9#FAFEFB
Tones
Muted variations
1#CBF1DB
2#CDEFDB
3#CFEDDB
4#D1EBDC
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 #F2FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3DA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEABE | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF9C | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D680 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B864 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209250 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176939 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4324 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A17 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F2FCF7;
--beige-100: #E2F9EB;
--beige-200: #C9F3DA;
--beige-300: #9FEABE;
--beige-400: #6DDF9C;
--beige-500: #43D680;
--beige-600: #28B864;
--beige-700: #209250;
--beige-800: #176939;
--beige-900: #0F4324;
--beige-950: #092A17;
}