Beige
#E1F9E2
GreenColor Codes
All color formats for development
HEX
#E1F9E2RGB
rgb(225, 249, 226)HSL
hsl(122, 67%, 93%)OKLCH
oklch(0.958 0.04 146.4)CMYK
cmyk(10%, 0%, 9%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BAF1BB
2#92E995
3#6AE26E
4#43DA48
5#27C62C
6#1F9E24
7#17771B
8#104F12
9#082809
Tints
Lighter variations
1#E4FAE5
2#E7FAE8
3#EAFBEB
4#EDFBEE
5#F0FCF0
6#F3FDF3
7#F6FDF6
8#F9FEF9
9#FCFEFC
Tones
Muted variations
1#E2F8E3
2#E4F7E4
3#E5F6E5
4#E6F4E6
5#E7F3E8
6#E8F2E9
7#EAF1EA
8#EBF0EB
9#ECEEEC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4C9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECA0 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE26E | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD944 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB2A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D9521 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A18 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D440F | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B0A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F2FCF3;
--beige-100: #E1F9E2;
--beige-200: #C8F4C9;
--beige-300: #9DECA0;
--beige-400: #6AE26E;
--beige-500: #3FD944;
--beige-600: #25BB2A;
--beige-700: #1D9521;
--beige-800: #156A18;
--beige-900: #0D440F;
--beige-950: #082B0A;
}