Beige
#E0FBEA
GreenColor Codes
All color formats for development
HEX
#E0FBEARGB
rgb(224, 251, 234)HSL
hsl(142, 77%, 93%)OKLCH
oklch(0.964 0.036 158)CMYK
cmyk(11%, 0%, 7%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B5F5CD
2#8BF0B0
3#61EB94
4#38E577
5#1BD25E
6#16A84B
7#107E39
8#0B5426
9#052A13
Tints
Lighter variations
1#E3FBEC
2#E6FCEE
3#E9FCF0
4#ECFDF2
5#EFFDF4
6#F2FDF6
7#F6FEF9
8#F9FEFB
9#FCFFFD
Tones
Muted variations
1#E1FAEA
2#E2F8EA
3#E4F7EB
4#E5F5EB
5#E6F4EB
6#E8F3EC
7#E9F1EC
8#EAF0EC
9#ECEFED
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2B8 | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EA93 | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E575 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC759 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E47 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F7133 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #094820 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D14 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F1FDF6;
--beige-100: #DFFBE9;
--beige-200: #C4F7D7;
--beige-300: #97F2B8;
--beige-400: #61EA93;
--beige-500: #34E575;
--beige-600: #1AC759;
--beige-700: #159E47;
--beige-800: #0F7133;
--beige-900: #094820;
--beige-950: #062D14;
}