Beige
#E1F9E9
GreenColor Codes
All color formats for development
HEX
#E1F9E9RGB
rgb(225, 249, 233)HSL
hsl(140, 67%, 93%)OKLCH
oklch(0.96 0.033 156.6)CMYK
cmyk(10%, 0%, 6%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BAF1CC
2#92E9AF
3#6AE292
4#43DA75
5#27C65C
6#1F9E4A
7#177737
8#104F25
9#082812
Tints
Lighter variations
1#E4FAEB
2#E7FAEE
3#EAFBF0
4#EDFBF2
5#F0FCF4
6#F3FDF6
7#F6FDF8
8#F9FEFB
9#FCFEFD
Tones
Muted variations
1#E2F8EA
2#E4F7EA
3#E5F6EA
4#E6F4EB
5#E7F3EB
6#E8F2EC
7#EAF1EC
8#EBF0EC
9#ECEEED
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4D6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECB7 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE292 | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD973 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB57 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D9545 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A32 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4420 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B14 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F2FCF6;
--beige-100: #E1F9E9;
--beige-200: #C8F4D6;
--beige-300: #9DECB7;
--beige-400: #6AE292;
--beige-500: #3FD973;
--beige-600: #25BB57;
--beige-700: #1D9545;
--beige-800: #156A32;
--beige-900: #0D4420;
--beige-950: #082B14;
}