Beige
#C6F5D8
GreenColor Codes
All color formats for development
HEX
#C6F5D8RGB
rgb(198, 245, 216)HSL
hsl(143, 70%, 87%)OKLCH
oklch(0.929 0.062 157.9)CMYK
cmyk(19%, 0%, 12%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A1EEBF
2#7BE8A5
3#56E18B
4#30DA71
5#21BD5D
6#1B974A
7#147138
8#0D4B25
9#072613
Tints
Lighter variations
1#CCF6DC
2#D2F7E0
3#D8F8E4
4#DDF9E8
5#E3FAEC
6#E8FBF0
7#EEFCF3
8#F4FDF7
9#F9FEFB
Tones
Muted variations
1#C9F3D9
2#CBF0DA
3#CEEEDA
4#D0ECDB
5#D2E9DB
6#D5E7DC
7#D7E5DC
8#D9E2DD
9#DCE0DD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1FA #E1FAEA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDBB | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E497 | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDD7A | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BF5E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B984B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C35 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C4522 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B15 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F2FDF6;
--beige-100: #E1FAEA;
--beige-200: #C7F5D8;
--beige-300: #9BEDBB;
--beige-400: #67E497;
--beige-500: #3CDD7A;
--beige-600: #22BF5E;
--beige-700: #1B984B;
--beige-800: #136C35;
--beige-900: #0C4522;
--beige-950: #082B15;
}