Beige
#C4F7C6
GreenColor Codes
All color formats for development
HEX
#C4F7C6RGB
rgb(196, 247, 198)HSL
hsl(122, 76%, 87%)OKLCH
oklch(0.928 0.084 145.9)CMYK
cmyk(21%, 0%, 20%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9EF2A0
2#77EC7A
3#50E755
4#28E22F
5#1BC320
6#159C1A
7#107513
8#0B4E0D
9#052706
Tints
Lighter variations
1#CAF8CC
2#D0F9D2
3#D6F9D7
4#DCFADD
5#E2FBE3
6#E8FCE8
7#EDFDEE
8#F3FDF4
9#F9FEF9
Tones
Muted variations
1#C7F5C9
2#CAF2CB
3#CCEFCD
4#CFEDD0
5#D1EAD2
6#D4E8D4
7#D6E5D7
8#D9E3D9
9#DBE0DB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F19B | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA66 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E33B | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC521 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D1A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7013 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A480C | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D07 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F2FDF2;
--beige-100: #E0FBE0;
--beige-200: #C5F7C6;
--beige-300: #98F19B;
--beige-400: #62EA66;
--beige-500: #35E33B;
--beige-600: #1BC521;
--beige-700: #159D1A;
--beige-800: #0F7013;
--beige-900: #0A480C;
--beige-950: #062D07;
}