Beige
#C4F7D5
GreenColor Codes
All color formats for development
HEX
#C4F7D5RGB
rgb(196, 247, 213)HSL
hsl(140, 76%, 87%)OKLCH
oklch(0.932 0.069 155.6)CMYK
cmyk(21%, 0%, 14%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9EF2BA
2#77EC9E
3#50E782
4#28E266
5#1BC353
6#159C42
7#107532
8#0B4E21
9#052711
Tints
Lighter variations
1#CAF8DA
2#D0F9DE
3#D6F9E2
4#DCFAE6
5#E2FBEA
6#E8FCEE
7#EDFDF3
8#F3FDF7
9#F9FEFB
Tones
Muted variations
1#C7F5D6
2#CAF2D7
3#CCEFD8
4#CFEDD9
5#D1EADA
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 #E0FBE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1B5 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA8F | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E36F | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC554 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D43 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7030 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A481E | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D13 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F2FDF5;
--beige-100: #E0FBE9;
--beige-200: #C5F7D5;
--beige-300: #98F1B5;
--beige-400: #62EA8F;
--beige-500: #35E36F;
--beige-600: #1BC554;
--beige-700: #159D43;
--beige-800: #0F7030;
--beige-900: #0A481E;
--beige-950: #062D13;
}