Beige
#C7F4D6
GreenColor Codes
All color formats for development
HEX
#C7F4D6RGB
rgb(199, 244, 214)HSL
hsl(140, 67%, 87%)OKLCH
oklch(0.927 0.062 155.8)CMYK
cmyk(18%, 0%, 12%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A3EDBB
2#7EE5A0
3#58DE85
4#33D76A
5#25B956
6#1D9445
7#166F34
8#0F4A22
9#072511
Tints
Lighter variations
1#CDF5DB
2#D3F6DF
3#D8F7E3
4#DEF8E7
5#E3FAEB
6#E9FBEF
7#EEFCF3
8#F4FDF7
9#F9FEFB
Tones
Muted variations
1#CAF2D7
2#CCF0D8
3#CEEDD9
4#D1EBD9
5#D3E9DA
6#D5E7DB
7#D7E5DC
8#D9E2DC
9#DCE0DD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4D6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECB7 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE292 | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD973 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB57 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D9545 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A32 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4420 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B14 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F2FCF6;
--beige-100: #E1F9E9;
--beige-200: #C8F4D6;
--beige-300: #9DECB7;
--beige-400: #6AE292;
--beige-500: #3FD973;
--beige-600: #25BB57;
--beige-700: #1D9545;
--beige-800: #156A32;
--beige-900: #0D4420;
--beige-950: #082B14;
}