Beige
#C7F4CA
GreenColor Codes
All color formats for development
HEX
#C7F4CARGB
rgb(199, 244, 202)HSL
hsl(124, 67%, 87%)OKLCH
oklch(0.925 0.073 146.7)CMYK
cmyk(18%, 0%, 17%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A3EDA8
2#7EE584
3#58DE61
4#33D73E
5#25B92F
6#1D9425
7#166F1C
8#0F4A13
9#072509
Tints
Lighter variations
1#CDF5D0
2#D3F6D5
3#D8F7DA
4#DEF8E0
5#E3FAE5
6#E9FBEA
7#EEFCEF
8#F4FDF5
9#F9FEFA
Tones
Muted variations
1#CAF2CD
2#CCF0CE
3#CEEDD0
4#D1EBD2
5#D3E9D4
6#D5E7D6
7#D7E5D8
8#D9E2DA
9#DCE0DC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4CB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECA2 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE272 | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD94A | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB2F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D9525 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A1B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4411 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B0B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F2FCF3;
--beige-100: #E1F9E3;
--beige-200: #C8F4CB;
--beige-300: #9DECA2;
--beige-400: #6AE272;
--beige-500: #3FD94A;
--beige-600: #25BB2F;
--beige-700: #1D9525;
--beige-800: #156A1B;
--beige-900: #0D4411;
--beige-950: #082B0B;
}