Beige
#C5F7D1
GreenColor Codes
All color formats for development
HEX
#C5F7D1RGB
rgb(197, 247, 209)HSL
hsl(134, 76%, 87%)OKLCH
oklch(0.931 0.072 152.1)CMYK
cmyk(20%, 0%, 15%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9EF2B1
2#77EC92
3#50E773
4#28E254
5#1BC342
6#159C35
7#107528
8#0B4E1A
9#05270D
Tints
Lighter variations
1#CAF8D5
2#D0F9DA
3#D6F9DE
4#DCFAE3
5#E2FBE8
6#E8FCEC
7#EDFDF1
8#F3FDF6
9#F9FEFA
Tones
Muted variations
1#C7F5D2
2#CAF2D3
3#CCEFD4
4#CFEDD6
5#D1EAD7
6#D4E8D8
7#D6E5DA
8#D9E3DB
9#DBE0DD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBE6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7D0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1AD | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA82 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E35E | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC543 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D35 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7026 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4818 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D0F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F2FDF4;
--beige-100: #E0FBE6;
--beige-200: #C5F7D0;
--beige-300: #98F1AD;
--beige-400: #62EA82;
--beige-500: #35E35E;
--beige-600: #1BC543;
--beige-700: #159D35;
--beige-800: #0F7026;
--beige-900: #0A4818;
--beige-950: #062D0F;
}