Beige
#C6F5D5
GreenColor Codes
All color formats for development
HEX
#C6F5D5RGB
rgb(198, 245, 213)HSL
hsl(139, 70%, 87%)OKLCH
oklch(0.929 0.065 155.2)CMYK
cmyk(19%, 0%, 13%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A1EEB9
2#7BE89E
3#56E182
4#30DA66
5#21BD52
6#1B9742
7#147131
8#0D4B21
9#072610
Tints
Lighter variations
1#CCF6DA
2#D2F7DE
3#D8F8E2
4#DDF9E6
5#E3FAEA
6#E8FBEE
7#EEFCF3
8#F4FDF7
9#F9FEFB
Tones
Muted variations
1#C9F3D6
2#CBF0D7
3#CEEED8
4#D0ECD9
5#D2E9DA
6#D5E7DA
7#D7E5DB
8#D9E2DC
9#DCE0DD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1FA #E1FAE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDB5 | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E48F | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDD6F | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BF53 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B9842 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C2F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C451E | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B13 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F2FDF5;
--beige-100: #E1FAE9;
--beige-200: #C7F5D5;
--beige-300: #9BEDB5;
--beige-400: #67E48F;
--beige-500: #3CDD6F;
--beige-600: #22BF53;
--beige-700: #1B9842;
--beige-800: #136C2F;
--beige-900: #0C451E;
--beige-950: #082B13;
}