Beige
#C6F6D4
GreenColor Codes
All color formats for development
HEX
#C6F6D4RGB
rgb(198, 246, 212)HSL
hsl(138, 73%, 87%)OKLCH
oklch(0.931 0.067 154.1)CMYK
cmyk(20%, 0%, 14%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9FF0B8
2#79EA9B
3#53E47E
4#2CDE62
5#1EC04F
6#189A3F
7#12732F
8#0C4D1F
9#062610
Tints
Lighter variations
1#CBF7D8
2#D1F8DD
3#D7F9E1
4#DDFAE5
5#E2FBEA
6#E8FBEE
7#EEFCF2
8#F4FDF6
9#F9FEFB
Tones
Muted variations
1#C8F4D5
2#CAF1D6
3#CDEFD7
4#CFECD8
5#D2EAD9
6#D4E8DA
7#D7E5DB
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 #E0FAE8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFB3 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E78C | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E06B | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC24F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A3F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E2D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B471D | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C12 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F2FDF5;
--beige-100: #E0FAE8;
--beige-200: #C6F6D4;
--beige-300: #9AEFB3;
--beige-400: #65E78C;
--beige-500: #38E06B;
--beige-600: #1EC24F;
--beige-700: #189A3F;
--beige-800: #116E2D;
--beige-900: #0B471D;
--beige-950: #072C12;
}