Beige
#C6F6CC
GreenColor Codes
All color formats for development
HEX
#C6F6CCRGB
rgb(198, 246, 204)HSL
hsl(128, 73%, 87%)OKLCH
oklch(0.929 0.075 148.4)CMYK
cmyk(20%, 0%, 17%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9FF0AA
2#79EA88
3#53E466
4#2CDE44
5#1EC034
6#189A29
7#12731F
8#0C4D15
9#06260A
Tints
Lighter variations
1#CBF7D1
2#D1F8D6
3#D7F9DB
4#DDFAE0
5#E2FBE6
6#E8FBEB
7#EEFCF0
8#F4FDF5
9#F9FEFA
Tones
Muted variations
1#C8F4CE
2#CAF1D0
3#CDEFD1
4#CFECD3
5#D2EAD5
6#D4E8D7
7#D7E5D9
8#D9E3DA
9#DBE0DC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAE4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6CC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFA5 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E776 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E04F | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC234 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A29 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E1E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4713 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C0C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F2FDF3;
--beige-100: #E0FAE4;
--beige-200: #C6F6CC;
--beige-300: #9AEFA5;
--beige-400: #65E776;
--beige-500: #38E04F;
--beige-600: #1EC234;
--beige-700: #189A29;
--beige-800: #116E1E;
--beige-900: #0B4713;
--beige-950: #072C0C;
}