Beige
#C5F7DB
GreenColor Codes
All color formats for development
HEX
#C5F7DBRGB
rgb(197, 247, 219)HSL
hsl(146, 76%, 87%)OKLCH
oklch(0.934 0.064 160.3)CMYK
cmyk(20%, 0%, 11%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9EF2C2
2#77ECAA
3#50E791
4#28E279
5#1BC364
6#159C50
7#10753C
8#0B4E28
9#052714
Tints
Lighter variations
1#CAF8DE
2#D0F9E2
3#D6F9E5
4#DCFAE9
5#E2FBED
6#E8FCF0
7#EDFDF4
8#F3FDF8
9#F9FEFB
Tones
Muted variations
1#C7F5DB
2#CAF2DB
3#CCEFDB
4#CFEDDC
5#D1EADC
6#D4E8DD
7#D6E5DD
8#D9E3DD
9#DBE0DE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7DA | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1BE | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA9D | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E381 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC565 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D50 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7039 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4825 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D17 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F2FDF7;
--beige-100: #E0FBEB;
--beige-200: #C5F7DA;
--beige-300: #98F1BE;
--beige-400: #62EA9D;
--beige-500: #35E381;
--beige-600: #1BC565;
--beige-700: #159D50;
--beige-800: #0F7039;
--beige-900: #0A4825;
--beige-950: #062D17;
}