Beige
#C7F4D4
GreenColor Codes
All color formats for development
HEX
#C7F4D4RGB
rgb(199, 244, 212)HSL
hsl(137, 67%, 87%)OKLCH
oklch(0.927 0.063 154.1)CMYK
cmyk(18%, 0%, 13%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A3EDB8
2#7EE59B
3#58DE7E
4#33D762
5#25B94F
6#1D943F
7#166F2F
8#0F4A1F
9#072510
Tints
Lighter variations
1#CDF5D9
2#D3F6DD
3#D8F7E1
4#DEF8E5
5#E3FAEA
6#E9FBEE
7#EEFCF2
8#F4FDF6
9#F9FEFB
Tones
Muted variations
1#CAF2D5
2#CCF0D6
3#CEEDD7
4#D1EBD8
5#D3E9D9
6#D5E7DA
7#D7E5DB
8#D9E2DC
9#DCE0DD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECB3 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE28C | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD96B | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB50 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D953F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A2D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D441D | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B12 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F2FCF5;
--beige-100: #E1F9E8;
--beige-200: #C8F4D4;
--beige-300: #9DECB3;
--beige-400: #6AE28C;
--beige-500: #3FD96B;
--beige-600: #25BB50;
--beige-700: #1D953F;
--beige-800: #156A2D;
--beige-900: #0D441D;
--beige-950: #082B12;
}