Beige
#C6F6D5
GreenColor Codes
All color formats for development
HEX
#C6F6D5RGB
rgb(198, 246, 213)HSL
hsl(139, 73%, 87%)OKLCH
oklch(0.931 0.066 154.9)CMYK
cmyk(20%, 0%, 13%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9FF0B9
2#79EA9D
3#53E481
4#2CDE64
5#1EC051
6#189A41
7#127331
8#0C4D20
9#062610
Tints
Lighter variations
1#CBF7D9
2#D1F8DD
3#D7F9E2
4#DDFAE6
5#E2FBEA
6#E8FBEE
7#EEFCF2
8#F4FDF7
9#F9FEFB
Tones
Muted variations
1#C8F4D6
2#CAF1D7
3#CDEFD8
4#CFECD9
5#D2EAD9
6#D4E8DA
7#D7E5DB
8#D9E3DC
9#DBE0DD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAE8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFB5 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E78E | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E06E | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC252 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A41 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E2F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B471E | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C13 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F2FDF5;
--beige-100: #E0FAE8;
--beige-200: #C6F6D5;
--beige-300: #9AEFB5;
--beige-400: #65E78E;
--beige-500: #38E06E;
--beige-600: #1EC252;
--beige-700: #189A41;
--beige-800: #116E2F;
--beige-900: #0B471E;
--beige-950: #072C13;
}