Beige
#C6F6DA
GreenColor Codes
All color formats for development
HEX
#C6F6DARGB
rgb(198, 246, 218)HSL
hsl(145, 73%, 87%)OKLCH
oklch(0.932 0.062 159.3)CMYK
cmyk(20%, 0%, 11%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9FF0C1
2#79EAA8
3#53E48F
4#2CDE76
5#1EC061
6#189A4E
7#12733A
8#0C4D27
9#062613
Tints
Lighter variations
1#CBF7DE
2#D1F8E1
3#D7F9E5
4#DDFAE9
5#E2FBEC
6#E8FBF0
7#EEFCF4
8#F4FDF8
9#F9FEFB
Tones
Muted variations
1#C8F4DA
2#CAF1DB
3#CDEFDB
4#CFECDB
5#D2EADC
6#D4E8DC
7#D7E5DD
8#D9E3DD
9#DBE0DD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6DA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFBD | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E79B | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E07E | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC263 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A4E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E38 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4724 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C16 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F2FDF6;
--beige-100: #E0FAEB;
--beige-200: #C6F6DA;
--beige-300: #9AEFBD;
--beige-400: #65E79B;
--beige-500: #38E07E;
--beige-600: #1EC263;
--beige-700: #189A4E;
--beige-800: #116E38;
--beige-900: #0B4724;
--beige-950: #072C16;
}