Beige
#C8F3CD
GreenColor Codes
All color formats for development
HEX
#C8F3CDRGB
rgb(200, 243, 205)HSL
hsl(127, 64%, 87%)OKLCH
oklch(0.924 0.068 148.2)CMYK
cmyk(18%, 0%, 16%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A4EBAD
2#80E38B
3#5BDB6A
4#37D349
5#28B638
6#20922D
7#186D22
8#104917
9#08240B
Tints
Lighter variations
1#CEF4D3
2#D4F5D7
3#D9F7DC
4#DEF8E1
5#E4F9E6
6#E9FAEB
7#EFFBF0
8#F4FDF5
9#FAFEFA
Tones
Muted variations
1#CBF1CF
2#CDEFD1
3#CFEDD2
4#D1EBD4
5#D3E8D6
6#D5E6D7
7#D7E4D9
8#DAE2DB
9#DCE0DC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3CE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAA8 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF7A | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D654 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B839 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #20922D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176920 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4315 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A0D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F2FCF4;
--beige-100: #E2F9E4;
--beige-200: #C9F3CE;
--beige-300: #9FEAA8;
--beige-400: #6DDF7A;
--beige-500: #43D654;
--beige-600: #28B839;
--beige-700: #20922D;
--beige-800: #176920;
--beige-900: #0F4315;
--beige-950: #092A0D;
}