Beige
#C5F7D4
GreenColor Codes
All color formats for development
HEX
#C5F7D4RGB
rgb(197, 247, 212)HSL
hsl(138, 76%, 87%)OKLCH
oklch(0.932 0.07 154.4)CMYK
cmyk(20%, 0%, 14%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9EF2B7
2#77EC9A
3#50E77D
4#28E260
5#1BC34D
6#159C3E
7#10752E
8#0B4E1F
9#05270F
Tints
Lighter variations
1#CAF8D8
2#D0F9DC
3#D6F9E1
4#DCFAE5
5#E2FBE9
6#E8FCEE
7#EDFDF2
8#F3FDF6
9#F9FEFB
Tones
Muted variations
1#C7F5D5
2#CAF2D6
3#CCEFD7
4#CFEDD8
5#D1EAD9
6#D4E8DA
7#D6E5DB
8#D9E3DC
9#DBE0DD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBE8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1B3 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA8B | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E369 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC54E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D3E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F702C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A481C | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D12 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F2FDF5;
--beige-100: #E0FBE8;
--beige-200: #C5F7D4;
--beige-300: #98F1B3;
--beige-400: #62EA8B;
--beige-500: #35E369;
--beige-600: #1BC54E;
--beige-700: #159D3E;
--beige-800: #0F702C;
--beige-900: #0A481C;
--beige-950: #062D12;
}