Beige
#C6F6D9
GreenColor Codes
All color formats for development
HEX
#C6F6D9RGB
rgb(198, 246, 217)HSL
hsl(144, 73%, 87%)OKLCH
oklch(0.932 0.063 158.4)CMYK
cmyk(20%, 0%, 12%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9FF0C0
2#79EAA6
3#53E48D
4#2CDE73
5#1EC05F
6#189A4C
7#127339
8#0C4D26
9#062613
Tints
Lighter variations
1#CBF7DD
2#D1F8E1
3#D7F9E4
4#DDFAE8
5#E2FBEC
6#E8FBF0
7#EEFCF4
8#F4FDF7
9#F9FEFB
Tones
Muted variations
1#C8F4D9
2#CAF1DA
3#CDEFDA
4#CFECDB
5#D2EADB
6#D4E8DC
7#D7E5DC
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 | E0FA #E0FAEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFBC | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E799 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E07B | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC260 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A4C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E36 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4723 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C16 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F2FDF6;
--beige-100: #E0FAEB;
--beige-200: #C6F6D9;
--beige-300: #9AEFBC;
--beige-400: #65E799;
--beige-500: #38E07B;
--beige-600: #1EC260;
--beige-700: #189A4C;
--beige-800: #116E36;
--beige-900: #0B4723;
--beige-950: #072C16;
}