Beige
#C6F6CA
GreenColor Codes
All color formats for development
HEX
#C6F6CARGB
rgb(198, 246, 202)HSL
hsl(125, 73%, 87%)OKLCH
oklch(0.928 0.077 147.1)CMYK
cmyk(20%, 0%, 18%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9FF0A6
2#79EA82
3#53E45F
4#2CDE3B
5#1EC02B
6#189A23
7#12731A
8#0C4D11
9#062609
Tints
Lighter variations
1#CBF7CF
2#D1F8D4
3#D7F9DA
4#DDFADF
5#E2FBE4
6#E8FBEA
7#EEFCEF
8#F4FDF4
9#F9FEFA
Tones
Muted variations
1#C8F4CC
2#CAF1CE
3#CDEFD0
4#CFECD2
5#D2EAD4
6#D4E8D6
7#D7E5D8
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 #E0FAE2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6CA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFA1 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E76F | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E046 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC22C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A23 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E19 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4710 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C0A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F2FDF3;
--beige-100: #E0FAE2;
--beige-200: #C6F6CA;
--beige-300: #9AEFA1;
--beige-400: #65E76F;
--beige-500: #38E046;
--beige-600: #1EC22C;
--beige-700: #189A23;
--beige-800: #116E19;
--beige-900: #0B4710;
--beige-950: #072C0A;
}