Beige
#C5F7CD
GreenColor Codes
All color formats for development
HEX
#C5F7CDRGB
rgb(197, 247, 205)HSL
hsl(130, 76%, 87%)OKLCH
oklch(0.93 0.076 149.4)CMYK
cmyk(20%, 0%, 17%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9EF2AC
2#77EC8A
3#50E769
4#28E247
5#1BC337
6#159C2C
7#107521
8#0B4E16
9#05270B
Tints
Lighter variations
1#CAF8D2
2#D0F9D7
3#D6F9DC
4#DCFAE1
5#E2FBE6
6#E8FCEB
7#EDFDF0
8#F3FDF5
9#F9FEFA
Tones
Muted variations
1#C7F5CF
2#CAF2D0
3#CCEFD2
4#CFEDD4
5#D1EAD5
6#D4E8D7
7#D6E5D9
8#D9E3DA
9#DBE0DC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBE4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7CD | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1A7 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA79 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E352 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC537 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D2C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F701F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4814 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D0D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F2FDF3;
--beige-100: #E0FBE4;
--beige-200: #C5F7CD;
--beige-300: #98F1A7;
--beige-400: #62EA79;
--beige-500: #35E352;
--beige-600: #1BC537;
--beige-700: #159D2C;
--beige-800: #0F701F;
--beige-900: #0A4814;
--beige-950: #062D0D;
}