Beige
#C5F7CA
GreenColor Codes
All color formats for development
HEX
#C5F7CARGB
rgb(197, 247, 202)HSL
hsl(126, 76%, 87%)OKLCH
oklch(0.93 0.079 147.6)CMYK
cmyk(20%, 0%, 18%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9EF2A6
2#77EC82
3#50E75F
4#28E23B
5#1BC32B
6#159C23
7#10751A
8#0B4E11
9#052709
Tints
Lighter variations
1#CAF8CF
2#D0F9D4
3#D6F9DA
4#DCFADF
5#E2FBE4
6#E8FCEA
7#EDFDEF
8#F3FDF4
9#F9FEFA
Tones
Muted variations
1#C7F5CC
2#CAF2CE
3#CCEFD0
4#CFEDD2
5#D1EAD4
6#D4E8D6
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 #C5F7CA | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1A1 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA6F | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E346 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC52C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D23 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7019 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4810 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D0A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F2FDF3;
--beige-100: #E0FBE2;
--beige-200: #C5F7CA;
--beige-300: #98F1A1;
--beige-400: #62EA6F;
--beige-500: #35E346;
--beige-600: #1BC52C;
--beige-700: #159D23;
--beige-800: #0F7019;
--beige-900: #0A4810;
--beige-950: #062D0A;
}