Beige
#E1F9E8
GreenColor Codes
All color formats for development
HEX
#E1F9E8RGB
rgb(225, 249, 232)HSL
hsl(138, 67%, 93%)OKLCH
oklch(0.96 0.034 154.9)CMYK
cmyk(10%, 0%, 7%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BAF1CA
2#92E9AC
3#6AE28E
4#43DA70
5#27C657
6#1F9E45
7#177734
8#104F23
9#082811
Tints
Lighter variations
1#E4FAEB
2#E7FAED
3#EAFBEF
4#EDFBF1
5#F0FCF4
6#F3FDF6
7#F6FDF8
8#F9FEFA
9#FCFEFD
Tones
Muted variations
1#E2F8E9
2#E4F7E9
3#E5F6EA
4#E6F4EA
5#E7F3EB
6#E8F2EB
7#EAF1EC
8#EBF0EC
9#ECEEED
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECB5 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE28E | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD96D | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB52 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D9541 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A2F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D441E | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B13 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F2FCF5;
--beige-100: #E1F9E8;
--beige-200: #C8F4D5;
--beige-300: #9DECB5;
--beige-400: #6AE28E;
--beige-500: #3FD96D;
--beige-600: #25BB52;
--beige-700: #1D9541;
--beige-800: #156A2F;
--beige-900: #0D441E;
--beige-950: #082B13;
}