Beige
#C5F7D2
GreenColor Codes
All color formats for development
HEX
#C5F7D2RGB
rgb(197, 247, 210)HSL
hsl(136, 76%, 87%)OKLCH
oklch(0.932 0.071 152.8)CMYK
cmyk(20%, 0%, 15%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9EF2B4
2#77EC96
3#50E778
4#28E25A
5#1BC348
6#159C39
7#10752B
8#0B4E1D
9#05270E
Tints
Lighter variations
1#CAF8D7
2#D0F9DB
3#D6F9E0
4#DCFAE4
5#E2FBE9
6#E8FCED
7#EDFDF2
8#F3FDF6
9#F9FEFB
Tones
Muted variations
1#C7F5D3
2#CAF2D4
3#CCEFD6
4#CFEDD7
5#D1EAD8
6#D4E8D9
7#D6E5DA
8#D9E3DB
9#DBE0DD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBE7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7D2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1B0 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA86 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E364 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC548 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D3A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7029 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A481A | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D10 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F2FDF5;
--beige-100: #E0FBE7;
--beige-200: #C5F7D2;
--beige-300: #98F1B0;
--beige-400: #62EA86;
--beige-500: #35E364;
--beige-600: #1BC548;
--beige-700: #159D3A;
--beige-800: #0F7029;
--beige-900: #0A481A;
--beige-950: #062D10;
}