Beige
#C5F7C9
GreenColor Codes
All color formats for development
HEX
#C5F7C9RGB
rgb(197, 247, 201)HSL
hsl(125, 76%, 87%)OKLCH
oklch(0.929 0.08 147)CMYK
cmyk(20%, 0%, 19%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9EF2A5
2#77EC80
3#50E75C
4#28E238
5#1BC329
6#159C21
7#107518
8#0B4E10
9#052708
Tints
Lighter variations
1#CAF8CE
2#D0F9D4
3#D6F9D9
4#DCFADF
5#E2FBE4
6#E8FCE9
7#EDFDEF
8#F3FDF4
9#F9FEFA
Tones
Muted variations
1#C7F5CB
2#CAF2CD
3#CCEFCF
4#CFEDD1
5#D1EAD3
6#D4E8D5
7#D6E5D8
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 #E0FBE2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7C9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F19F | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA6D | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E344 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC529 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D21 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7017 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A480F | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D09 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F2FDF3;
--beige-100: #E0FBE2;
--beige-200: #C5F7C9;
--beige-300: #98F19F;
--beige-400: #62EA6D;
--beige-500: #35E344;
--beige-600: #1BC529;
--beige-700: #159D21;
--beige-800: #0F7017;
--beige-900: #0A480F;
--beige-950: #062D09;
}