Beige
#C4F7CC
GreenColor Codes
All color formats for development
HEX
#C4F7CCRGB
rgb(196, 247, 204)HSL
hsl(129, 76%, 87%)OKLCH
oklch(0.93 0.078 149.3)CMYK
cmyk(21%, 0%, 17%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9EF2AA
2#77EC88
3#50E766
4#28E244
5#1BC334
6#159C2A
7#10751F
8#0B4E15
9#05270A
Tints
Lighter variations
1#CAF8D1
2#D0F9D6
3#D6F9DB
4#DCFAE1
5#E2FBE6
6#E8FCEB
7#EDFDF0
8#F3FDF5
9#F9FEFA
Tones
Muted variations
1#C7F5CE
2#CAF2D0
3#CCEFD2
4#CFEDD3
5#D1EAD5
6#D4E8D7
7#D6E5D9
8#D9E3DA
9#DBE0DC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBE4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7CC | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1A5 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA76 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E34F | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC535 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D2A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F701E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4813 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D0C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F2FDF3;
--beige-100: #E0FBE4;
--beige-200: #C5F7CC;
--beige-300: #98F1A5;
--beige-400: #62EA76;
--beige-500: #35E34F;
--beige-600: #1BC535;
--beige-700: #159D2A;
--beige-800: #0F701E;
--beige-900: #0A4813;
--beige-950: #062D0C;
}