Beige
#C5F7D7
GreenColor Codes
All color formats for development
HEX
#C5F7D7RGB
rgb(197, 247, 215)HSL
hsl(142, 76%, 87%)OKLCH
oklch(0.933 0.067 156.8)CMYK
cmyk(20%, 0%, 13%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9EF2BC
2#77ECA2
3#50E787
4#28E26C
5#1BC358
6#159C47
7#107535
8#0B4E23
9#052712
Tints
Lighter variations
1#CAF8DB
2#D0F9DF
3#D6F9E3
4#DCFAE7
5#E2FBEB
6#E8FCEF
7#EDFDF3
8#F3FDF7
9#F9FEFB
Tones
Muted variations
1#C7F5D8
2#CAF2D8
3#CCEFD9
4#CFEDDA
5#D1EADA
6#D4E8DB
7#D6E5DC
8#D9E3DD
9#DBE0DD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBEA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1B8 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA94 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E375 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC559 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D47 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7033 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4821 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D14 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F2FDF6;
--beige-100: #E0FBEA;
--beige-200: #C5F7D7;
--beige-300: #98F1B8;
--beige-400: #62EA94;
--beige-500: #35E375;
--beige-600: #1BC559;
--beige-700: #159D47;
--beige-800: #0F7033;
--beige-900: #0A4821;
--beige-950: #062D14;
}