Beige
#C7F5C8
GreenColor Codes
All color formats for development
HEX
#C7F5C8RGB
rgb(199, 245, 200)HSL
hsl(121, 70%, 87%)OKLCH
oklch(0.926 0.077 145.5)CMYK
cmyk(19%, 0%, 18%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A1EEA2
2#7BE87D
3#56E158
4#30DA33
5#21BD24
6#1B971D
7#147116
8#0D4B0E
9#072607
Tints
Lighter variations
1#CCF6CD
2#D2F7D3
3#D8F8D8
4#DDF9DE
5#E3FAE3
6#E8FBE9
7#EEFCEE
8#F4FDF4
9#F9FEF9
Tones
Muted variations
1#C9F3CA
2#CBF0CC
3#CEEECE
4#D0ECD0
5#D2E9D3
6#D5E7D5
7#D7E5D7
8#D9E2D9
9#DCE0DC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1FA #E1FAE1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5C7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BED9D | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E469 | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDD3F | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BF24 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B981D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C15 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C450D | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B08 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F2FDF2;
--beige-100: #E1FAE1;
--beige-200: #C7F5C7;
--beige-300: #9BED9D;
--beige-400: #67E469;
--beige-500: #3CDD3F;
--beige-600: #22BF24;
--beige-700: #1B981D;
--beige-800: #136C15;
--beige-900: #0C450D;
--beige-950: #082B08;
}