Beige
#E1F9E7
GreenColor Codes
All color formats for development
HEX
#E1F9E7RGB
rgb(225, 249, 231)HSL
hsl(135, 67%, 93%)OKLCH
oklch(0.96 0.035 153.2)CMYK
cmyk(10%, 0%, 7%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BAF1C8
2#92E9A8
3#6AE288
4#43DA69
5#27C64F
6#1F9E3F
7#17772F
8#104F20
9#082810
Tints
Lighter variations
1#E4FAEA
2#E7FAEC
3#EAFBEE
4#EDFBF1
5#F0FCF3
6#F3FDF5
7#F6FDF8
8#F9FEFA
9#FCFEFD
Tones
Muted variations
1#E2F8E8
2#E4F7E8
3#E5F6E9
4#E6F4EA
5#E7F3EA
6#E8F2EB
7#EAF1EB
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 #E1F9E7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECB1 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE288 | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD966 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB4B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D953B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A2A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D441B | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B11 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F2FCF5;
--beige-100: #E1F9E7;
--beige-200: #C8F4D3;
--beige-300: #9DECB1;
--beige-400: #6AE288;
--beige-500: #3FD966;
--beige-600: #25BB4B;
--beige-700: #1D953B;
--beige-800: #156A2A;
--beige-900: #0D441B;
--beige-950: #082B11;
}