Beige
#E0FBE8
GreenColor Codes
All color formats for development
HEX
#E0FBE8RGB
rgb(224, 251, 232)HSL
hsl(138, 77%, 93%)OKLCH
oklch(0.963 0.038 155)CMYK
cmyk(11%, 0%, 8%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B5F5C9
2#8BF0AA
3#61EB8B
4#38E56C
5#1BD252
6#16A842
7#107E31
8#0B5421
9#052A10
Tints
Lighter variations
1#E3FBEA
2#E6FCEC
3#E9FCEF
4#ECFDF1
5#EFFDF3
6#F2FDF6
7#F6FEF8
8#F9FEFA
9#FCFFFD
Tones
Muted variations
1#E1FAE8
2#E2F8E9
3#E4F7E9
4#E5F5EA
5#E6F4EA
6#E8F3EB
7#E9F1EC
8#EAF0EC
9#ECEFED
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2B2 | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EA8A | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E569 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC74E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E3E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F712C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #09481C | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D12 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F1FDF5;
--beige-100: #DFFBE8;
--beige-200: #C4F7D4;
--beige-300: #97F2B2;
--beige-400: #61EA8A;
--beige-500: #34E569;
--beige-600: #1AC74E;
--beige-700: #159E3E;
--beige-800: #0F712C;
--beige-900: #09481C;
--beige-950: #062D12;
}