Beige
#E1F9E3
GreenColor Codes
All color formats for development
HEX
#E1F9E3RGB
rgb(225, 249, 227)HSL
hsl(125, 67%, 93%)OKLCH
oklch(0.959 0.038 147.6)CMYK
cmyk(10%, 0%, 9%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BAF1BE
2#92E999
3#6AE274
4#43DA4F
5#27C634
6#1F9E2A
7#17771F
8#104F15
9#08280A
Tints
Lighter variations
1#E4FAE6
2#E7FAE9
3#EAFBEC
4#EDFBEE
5#F0FCF1
6#F3FDF4
7#F6FDF7
8#F9FEF9
9#FCFEFC
Tones
Muted variations
1#E2F8E4
2#E4F7E5
3#E5F6E6
4#E6F4E7
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 #E1F9E3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4CB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECA4 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE274 | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD94C | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB32 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D9527 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A1C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4412 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B0B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F2FCF3;
--beige-100: #E1F9E3;
--beige-200: #C8F4CB;
--beige-300: #9DECA4;
--beige-400: #6AE274;
--beige-500: #3FD94C;
--beige-600: #25BB32;
--beige-700: #1D9527;
--beige-800: #156A1C;
--beige-900: #0D4412;
--beige-950: #082B0B;
}