Beige
#C6F6D2
GreenColor Codes
All color formats for development
HEX
#C6F6D2RGB
rgb(198, 246, 210)HSL
hsl(135, 73%, 87%)OKLCH
oklch(0.93 0.069 152.5)CMYK
cmyk(20%, 0%, 15%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9FF0B3
2#79EA95
3#53E477
4#2CDE59
5#1EC046
6#189A38
7#12732A
8#0C4D1C
9#06260E
Tints
Lighter variations
1#CBF7D6
2#D1F8DB
3#D7F9DF
4#DDFAE4
5#E2FBE8
6#E8FBED
7#EEFCF1
8#F4FDF6
9#F9FEFA
Tones
Muted variations
1#C8F4D3
2#CAF1D4
3#CDEFD5
4#CFECD7
5#D2EAD8
6#D4E8D9
7#D7E5DA
8#D9E3DB
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 #C6F6D2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFAF | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E785 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E062 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC247 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A39 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E28 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B471A | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C10 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F2FDF5;
--beige-100: #E0FAE7;
--beige-200: #C6F6D2;
--beige-300: #9AEFAF;
--beige-400: #65E785;
--beige-500: #38E062;
--beige-600: #1EC247;
--beige-700: #189A39;
--beige-800: #116E28;
--beige-900: #0B471A;
--beige-950: #072C10;
}