Beige
#C7F4D0
GreenColor Codes
All color formats for development
HEX
#C7F4D0RGB
rgb(199, 244, 208)HSL
hsl(132, 67%, 87%)OKLCH
oklch(0.926 0.067 150.9)CMYK
cmyk(18%, 0%, 15%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A3EDB1
2#7EE592
3#58DE73
4#33D754
5#25B942
6#1D9435
7#166F28
8#0F4A1B
9#07250D
Tints
Lighter variations
1#CDF5D5
2#D3F6DA
3#D8F7DE
4#DEF8E3
5#E3FAE8
6#E9FBEC
7#EEFCF1
8#F4FDF6
9#F9FEFA
Tones
Muted variations
1#CAF2D2
2#CCF0D3
3#CEEDD5
4#D1EBD6
5#D3E9D7
6#D5E7D9
7#D7E5DA
8#D9E2DB
9#DCE0DD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4D1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECAD | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE282 | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD95E | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB43 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D9535 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A26 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4418 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B0F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F2FCF4;
--beige-100: #E1F9E6;
--beige-200: #C8F4D1;
--beige-300: #9DECAD;
--beige-400: #6AE282;
--beige-500: #3FD95E;
--beige-600: #25BB43;
--beige-700: #1D9535;
--beige-800: #156A26;
--beige-900: #0D4418;
--beige-950: #082B0F;
}