Beige
#C7F4CE
GreenColor Codes
All color formats for development
HEX
#C7F4CERGB
rgb(199, 244, 206)HSL
hsl(129, 67%, 87%)OKLCH
oklch(0.925 0.069 149.4)CMYK
cmyk(18%, 0%, 16%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A3EDAE
2#7EE58D
3#58DE6D
4#33D74C
5#25B93B
6#1D942F
7#166F23
8#0F4A18
9#07250C
Tints
Lighter variations
1#CDF5D3
2#D3F6D8
3#D8F7DD
4#DEF8E2
5#E3FAE7
6#E9FBEC
7#EEFCF0
8#F4FDF5
9#F9FEFA
Tones
Muted variations
1#CAF2D0
2#CCF0D1
3#CEEDD3
4#D1EBD5
5#D3E9D6
6#D5E7D8
7#D7E5D9
8#D9E2DB
9#DCE0DC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4CE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECA9 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE27C | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD956 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB3C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D952F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A22 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4416 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B0E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F2FCF4;
--beige-100: #E1F9E5;
--beige-200: #C8F4CE;
--beige-300: #9DECA9;
--beige-400: #6AE27C;
--beige-500: #3FD956;
--beige-600: #25BB3C;
--beige-700: #1D952F;
--beige-800: #156A22;
--beige-900: #0D4416;
--beige-950: #082B0E;
}