Beige
#C6F6CB
GreenColor Codes
All color formats for development
HEX
#C6F6CBRGB
rgb(198, 246, 203)HSL
hsl(126, 73%, 87%)OKLCH
oklch(0.928 0.076 147.8)CMYK
cmyk(20%, 0%, 17%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9FF0A7
2#79EA84
3#53E461
4#2CDE3E
5#1EC02E
6#189A25
7#12731C
8#0C4D12
9#062609
Tints
Lighter variations
1#CBF7D0
2#D1F8D5
3#D7F9DA
4#DDFADF
5#E2FBE5
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 #E0FAE3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6CA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFA2 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E772 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E049 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC22F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A25 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E1B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4711 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C0B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F2FDF3;
--beige-100: #E0FAE3;
--beige-200: #C6F6CA;
--beige-300: #9AEFA2;
--beige-400: #65E772;
--beige-500: #38E049;
--beige-600: #1EC22F;
--beige-700: #189A25;
--beige-800: #116E1B;
--beige-900: #0B4711;
--beige-950: #072C0B;
}