Beige
#C7F5D3
GreenColor Codes
All color formats for development
HEX
#C7F5D3RGB
rgb(199, 245, 211)HSL
hsl(136, 70%, 87%)OKLCH
oklch(0.929 0.066 153)CMYK
cmyk(19%, 0%, 14%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A1EEB6
2#7BE898
3#56E17B
4#30DA5D
5#21BD4B
6#1B973C
7#14712D
8#0D4B1E
9#07260F
Tints
Lighter variations
1#CCF6D7
2#D2F7DC
3#D8F8E0
4#DDF9E5
5#E3FAE9
6#E8FBED
7#EEFCF2
8#F4FDF6
9#F9FEFB
Tones
Muted variations
1#C9F3D4
2#CBF0D5
3#CEEED6
4#D0ECD7
5#D2E9D8
6#D5E7DA
7#D7E5DB
8#D9E2DC
9#DCE0DD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1FA #E1FAE7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDB1 | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E489 | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDD67 | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BF4C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B983C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C2B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C451B | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B11 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F2FDF5;
--beige-100: #E1FAE7;
--beige-200: #C7F5D3;
--beige-300: #9BEDB1;
--beige-400: #67E489;
--beige-500: #3CDD67;
--beige-600: #22BF4C;
--beige-700: #1B983C;
--beige-800: #136C2B;
--beige-900: #0C451B;
--beige-950: #082B11;
}