Beige
#C4F7CF
GreenColor Codes
All color formats for development
HEX
#C4F7CFRGB
rgb(196, 247, 207)HSL
hsl(133, 76%, 87%)OKLCH
oklch(0.93 0.075 151.2)CMYK
cmyk(21%, 0%, 16%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9EF2B0
2#77EC90
3#50E770
4#28E251
5#1BC33F
6#159C33
7#107526
8#0B4E19
9#05270D
Tints
Lighter variations
1#CAF8D4
2#D0F9D9
3#D6F9DE
4#DCFAE3
5#E2FBE7
6#E8FCEC
7#EDFDF1
8#F3FDF6
9#F9FEFA
Tones
Muted variations
1#C7F5D1
2#CAF2D2
3#CCEFD4
4#CFEDD5
5#D1EAD7
6#D4E8D8
7#D6E5DA
8#D9E3DB
9#DBE0DC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBE5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7D0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1AB | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA7F | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E35B | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC540 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D33 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7024 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4817 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D0F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F2FDF4;
--beige-100: #E0FBE5;
--beige-200: #C5F7D0;
--beige-300: #98F1AB;
--beige-400: #62EA7F;
--beige-500: #35E35B;
--beige-600: #1BC540;
--beige-700: #159D33;
--beige-800: #0F7024;
--beige-900: #0A4817;
--beige-950: #062D0F;
}