Beige
#C7F4D9
GreenColor Codes
All color formats for development
HEX
#C7F4D9RGB
rgb(199, 244, 217)HSL
hsl(144, 67%, 87%)OKLCH
oklch(0.928 0.059 158.7)CMYK
cmyk(18%, 0%, 11%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A3EDC0
2#7EE5A7
3#58DE8E
4#33D775
5#25B960
6#1D944D
7#166F3A
8#0F4A26
9#072513
Tints
Lighter variations
1#CDF5DD
2#D3F6E1
3#D8F7E5
4#DEF8E8
5#E3FAEC
6#E9FBF0
7#EEFCF4
8#F4FDF7
9#F9FEFB
Tones
Muted variations
1#CAF2DA
2#CCF0DA
3#CEEDDB
4#D1EBDB
5#D3E9DC
6#D5E7DC
7#D7E5DD
8#D9E2DD
9#DCE0DD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECBC | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE29A | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD97D | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB61 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D954D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A37 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4423 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B16 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F2FCF6;
--beige-100: #E1F9EB;
--beige-200: #C8F4D9;
--beige-300: #9DECBC;
--beige-400: #6AE29A;
--beige-500: #3FD97D;
--beige-600: #25BB61;
--beige-700: #1D954D;
--beige-800: #156A37;
--beige-900: #0D4423;
--beige-950: #082B16;
}