Beige
#E1F9E4
GreenColor Codes
All color formats for development
HEX
#E1F9E4RGB
rgb(225, 249, 228)HSL
hsl(128, 67%, 93%)OKLCH
oklch(0.959 0.038 148.9)CMYK
cmyk(10%, 0%, 8%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BAF1C1
2#92E99E
3#6AE27A
4#43DA57
5#27C63C
6#1F9E30
7#177724
8#104F18
9#08280C
Tints
Lighter variations
1#E4FAE7
2#E7FAEA
3#EAFBEC
4#EDFBEF
5#F0FCF2
6#F3FDF4
7#F6FDF7
8#F9FEFA
9#FCFEFC
Tones
Muted variations
1#E2F8E5
2#E4F7E6
3#E5F6E7
4#E6F4E8
5#E7F3E9
6#E8F2EA
7#EAF1EB
8#EBF0EB
9#ECEEEC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4CE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECA8 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE27A | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD954 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB39 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D952D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A20 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4415 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B0D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F2FCF4;
--beige-100: #E1F9E4;
--beige-200: #C8F4CE;
--beige-300: #9DECA8;
--beige-400: #6AE27A;
--beige-500: #3FD954;
--beige-600: #25BB39;
--beige-700: #1D952D;
--beige-800: #156A20;
--beige-900: #0D4415;
--beige-950: #082B0D;
}