Beige
#C6F5C6
GreenColor Codes
All color formats for development
HEX
#C6F5C6RGB
rgb(198, 245, 198)HSL
hsl(120, 70%, 87%)OKLCH
oklch(0.925 0.079 144.9)CMYK
cmyk(19%, 0%, 19%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A1EEA1
2#7BE87B
3#56E156
4#30DA30
5#21BD21
6#1B971B
7#147114
8#0D4B0D
9#072607
Tints
Lighter variations
1#CCF6CC
2#D2F7D2
3#D8F8D8
4#DDF9DD
5#E3FAE3
6#E8FBE8
7#EEFCEE
8#F4FDF4
9#F9FEF9
Tones
Muted variations
1#C9F3C9
2#CBF0CB
3#CEEECE
4#D0ECD0
5#D2E9D2
6#D5E7D5
7#D7E5D7
8#D9E2D9
9#DCE0DC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1FA #E1FAE1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5C7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BED9B | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E467 | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDD3C | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BF22 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B981B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C13 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C450C | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B08 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F2FDF2;
--beige-100: #E1FAE1;
--beige-200: #C7F5C7;
--beige-300: #9BED9B;
--beige-400: #67E467;
--beige-500: #3CDD3C;
--beige-600: #22BF22;
--beige-700: #1B981B;
--beige-800: #136C13;
--beige-900: #0C450C;
--beige-950: #082B08;
}