Beige
#C5F7CE
GreenColor Codes
All color formats for development
HEX
#C5F7CERGB
rgb(197, 247, 206)HSL
hsl(131, 76%, 87%)OKLCH
oklch(0.931 0.075 150.1)CMYK
cmyk(20%, 0%, 17%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9EF2AD
2#77EC8C
3#50E76B
4#28E24A
5#1BC33A
6#159C2E
7#107523
8#0B4E17
9#05270C
Tints
Lighter variations
1#CAF8D3
2#D0F9D8
3#D6F9DD
4#DCFAE2
5#E2FBE6
6#E8FCEB
7#EDFDF0
8#F3FDF5
9#F9FEFA
Tones
Muted variations
1#C7F5CF
2#CAF2D1
3#CCEFD3
4#CFEDD4
5#D1EAD6
6#D4E8D7
7#D6E5D9
8#D9E3DB
9#DBE0DC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBE5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7CE | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1A8 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA7B | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E355 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC53A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D2E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7021 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4815 | 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: #F2FDF4;
--beige-100: #E0FBE5;
--beige-200: #C5F7CE;
--beige-300: #98F1A8;
--beige-400: #62EA7B;
--beige-500: #35E355;
--beige-600: #1BC53A;
--beige-700: #159D2E;
--beige-800: #0F7021;
--beige-900: #0A4815;
--beige-950: #062D0D;
}