Beige
#C4F7CA
GreenColor Codes
All color formats for development
HEX
#C4F7CARGB
rgb(196, 247, 202)HSL
hsl(127, 76%, 87%)OKLCH
oklch(0.929 0.08 148.1)CMYK
cmyk(21%, 0%, 18%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9EF2A7
2#77EC84
3#50E761
4#28E23E
5#1BC32E
6#159C25
7#10751C
8#0B4E13
9#052709
Tints
Lighter variations
1#CAF8D0
2#D0F9D5
3#D6F9DA
4#DCFAE0
5#E2FBE5
6#E8FCEA
7#EDFDEF
8#F3FDF5
9#F9FEFA
Tones
Muted variations
1#C7F5CC
2#CAF2CE
3#CCEFD0
4#CFEDD2
5#D1EAD4
6#D4E8D6
7#D6E5D8
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 #E0FBE3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7CB | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1A2 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA72 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E349 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC52F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D25 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F701B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4811 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D0B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F2FDF3;
--beige-100: #E0FBE3;
--beige-200: #C5F7CB;
--beige-300: #98F1A2;
--beige-400: #62EA72;
--beige-500: #35E349;
--beige-600: #1BC52F;
--beige-700: #159D25;
--beige-800: #0F701B;
--beige-900: #0A4811;
--beige-950: #062D0B;
}