Beige
#C5F7C5
GreenColor Codes
All color formats for development
HEX
#C5F7C5RGB
rgb(197, 247, 197)HSL
hsl(120, 76%, 87%)OKLCH
oklch(0.929 0.084 144.9)CMYK
cmyk(20%, 0%, 20%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9EF29E
2#77EC77
3#50E750
4#28E228
5#1BC31B
6#159C15
7#107510
8#0B4E0B
9#052705
Tints
Lighter variations
1#CAF8CA
2#D0F9D0
3#D6F9D6
4#DCFADC
5#E2FBE2
6#E8FCE8
7#EDFDED
8#F3FDF3
9#F9FEF9
Tones
Muted variations
1#C7F5C7
2#CAF2CA
3#CCEFCC
4#CFEDCF
5#D1EAD1
6#D4E8D4
7#D6E5D6
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 #C5F7C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F198 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA62 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E335 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC51B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F700F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A480A | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F2FDF2;
--beige-100: #E0FBE0;
--beige-200: #C5F7C5;
--beige-300: #98F198;
--beige-400: #62EA62;
--beige-500: #35E335;
--beige-600: #1BC51B;
--beige-700: #159D15;
--beige-800: #0F700F;
--beige-900: #0A480A;
--beige-950: #062D06;
}