Beige
#C6F6D0
GreenColor Codes
All color formats for development
HEX
#C6F6D0RGB
rgb(198, 246, 208)HSL
hsl(133, 73%, 87%)OKLCH
oklch(0.93 0.071 151.1)CMYK
cmyk(20%, 0%, 15%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9FF0B1
2#79EA91
3#53E472
4#2CDE53
5#1EC041
6#189A34
7#127327
8#0C4D1A
9#06260D
Tints
Lighter variations
1#CBF7D5
2#D1F8DA
3#D7F9DE
4#DDFAE3
5#E2FBE8
6#E8FBEC
7#EEFCF1
8#F4FDF6
9#F9FEFA
Tones
Muted variations
1#C8F4D2
2#CAF1D3
3#CDEFD4
4#CFECD6
5#D2EAD7
6#D4E8D8
7#D7E5DA
8#D9E3DB
9#DBE0DC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAE6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6D0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFAC | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E781 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E05D | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC242 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A34 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E25 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4718 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C0F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F2FDF4;
--beige-100: #E0FAE6;
--beige-200: #C6F6D0;
--beige-300: #9AEFAC;
--beige-400: #65E781;
--beige-500: #38E05D;
--beige-600: #1EC242;
--beige-700: #189A34;
--beige-800: #116E25;
--beige-900: #0B4718;
--beige-950: #072C0F;
}