Beige
#C6F6D8
GreenColor Codes
All color formats for development
HEX
#C6F6D8RGB
rgb(198, 246, 216)HSL
hsl(143, 73%, 87%)OKLCH
oklch(0.932 0.064 157.5)CMYK
cmyk(20%, 0%, 12%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9FF0BE
2#79EAA4
3#53E48A
4#2CDE70
5#1EC05C
6#189A4A
7#127337
8#0C4D25
9#062612
Tints
Lighter variations
1#CBF7DC
2#D1F8E0
3#D7F9E4
4#DDFAE8
5#E2FBEC
6#E8FBEF
7#EEFCF3
8#F4FDF7
9#F9FEFB
Tones
Muted variations
1#C8F4D9
2#CAF1D9
3#CDEFDA
4#CFECDA
5#D2EADB
6#D4E8DC
7#D7E5DC
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 #E0FAEA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFBA | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E797 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E079 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC25D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A4A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E35 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4722 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C15 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F2FDF6;
--beige-100: #E0FAEA;
--beige-200: #C6F6D8;
--beige-300: #9AEFBA;
--beige-400: #65E797;
--beige-500: #38E079;
--beige-600: #1EC25D;
--beige-700: #189A4A;
--beige-800: #116E35;
--beige-900: #0B4722;
--beige-950: #072C15;
}