Beige
#C6F6D3
GreenColor Codes
All color formats for development
HEX
#C6F6D3RGB
rgb(198, 246, 211)HSL
hsl(136, 73%, 87%)OKLCH
oklch(0.93 0.068 153.3)CMYK
cmyk(20%, 0%, 14%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9FF0B5
2#79EA97
3#53E479
4#2CDE5C
5#1EC049
6#189A3B
7#12732C
8#0C4D1D
9#06260F
Tints
Lighter variations
1#CBF7D7
2#D1F8DB
3#D7F9E0
4#DDFAE4
5#E2FBE9
6#E8FBED
7#EEFCF2
8#F4FDF6
9#F9FEFB
Tones
Muted variations
1#C8F4D4
2#CAF1D5
3#CDEFD6
4#CFECD7
5#D2EAD8
6#D4E8D9
7#D7E5DA
8#D9E3DC
9#DBE0DD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAE7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFB0 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E787 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E065 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC24A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A3B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E2A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B471B | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C11 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F2FDF5;
--beige-100: #E0FAE7;
--beige-200: #C6F6D3;
--beige-300: #9AEFB0;
--beige-400: #65E787;
--beige-500: #38E065;
--beige-600: #1EC24A;
--beige-700: #189A3B;
--beige-800: #116E2A;
--beige-900: #0B471B;
--beige-950: #072C11;
}