Beige
#C8F3D0
GreenColor Codes
All color formats for development
HEX
#C8F3D0RGB
rgb(200, 243, 208)HSL
hsl(131, 64%, 87%)OKLCH
oklch(0.924 0.065 150.4)CMYK
cmyk(18%, 0%, 14%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A4EBB1
2#80E392
3#5BDB73
4#37D354
5#28B642
6#209235
7#186D28
8#10491A
9#08240D
Tints
Lighter variations
1#CEF4D5
2#D4F5DA
3#D9F7DE
4#DEF8E3
5#E4F9E8
6#E9FAEC
7#EFFBF1
8#F4FDF6
9#FAFEFA
Tones
Muted variations
1#CBF1D2
2#CDEFD3
3#CFEDD4
4#D1EBD6
5#D3E8D7
6#D5E6D8
7#D7E4DA
8#DAE2DB
9#DCE0DD
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 #9FEAAD | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF82 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D65E | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B843 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209235 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176926 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4318 | 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: #9FEAAD;
--beige-400: #6DDF82;
--beige-500: #43D65E;
--beige-600: #28B843;
--beige-700: #209235;
--beige-800: #176926;
--beige-900: #0F4318;
--beige-950: #092A0F;
}