Beige
#C5F7CF
GreenColor Codes
All color formats for development
HEX
#C5F7CFRGB
rgb(197, 247, 207)HSL
hsl(132, 76%, 87%)OKLCH
oklch(0.931 0.074 150.7)CMYK
cmyk(20%, 0%, 16%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9EF2AE
2#77EC8E
3#50E76E
4#28E24E
5#1BC33C
6#159C30
7#107524
8#0B4E18
9#05270C
Tints
Lighter variations
1#CAF8D4
2#D0F9D8
3#D6F9DD
4#DCFAE2
5#E2FBE7
6#E8FCEC
7#EDFDF1
8#F3FDF5
9#F9FEFA
Tones
Muted variations
1#C7F5D0
2#CAF2D2
3#CCEFD3
4#CFEDD5
5#D1EAD6
6#D4E8D8
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 #C5F7CF | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1AA | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA7D | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E358 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC53D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D31 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7023 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4816 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D0E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F2FDF4;
--beige-100: #E0FBE5;
--beige-200: #C5F7CF;
--beige-300: #98F1AA;
--beige-400: #62EA7D;
--beige-500: #35E358;
--beige-600: #1BC53D;
--beige-700: #159D31;
--beige-800: #0F7023;
--beige-900: #0A4816;
--beige-950: #062D0E;
}