Beige
#C7F5CA
GreenColor Codes
All color formats for development
HEX
#C7F5CARGB
rgb(199, 245, 202)HSL
hsl(124, 70%, 87%)OKLCH
oklch(0.927 0.075 146.7)CMYK
cmyk(19%, 0%, 18%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A1EEA6
2#7BE882
3#56E15F
4#30DA3B
5#21BD2C
6#1B9723
7#14711A
8#0D4B11
9#072609
Tints
Lighter variations
1#CCF6CF
2#D2F7D4
3#D8F8DA
4#DDF9DF
5#E3FAE4
6#E8FBEA
7#EEFCEF
8#F4FDF4
9#F9FEFA
Tones
Muted variations
1#C9F3CC
2#CBF0CE
3#CEEED0
4#D0ECD2
5#D2E9D4
6#D5E7D6
7#D7E5D8
8#D9E2DA
9#DCE0DC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1FA #E1FAE2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5CA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDA1 | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E470 | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDD47 | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BF2C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B9823 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C19 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C4510 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B0A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F2FDF3;
--beige-100: #E1FAE2;
--beige-200: #C7F5CA;
--beige-300: #9BEDA1;
--beige-400: #67E470;
--beige-500: #3CDD47;
--beige-600: #22BF2C;
--beige-700: #1B9823;
--beige-800: #136C19;
--beige-900: #0C4510;
--beige-950: #082B0A;
}