Beige
#E0FBE9
GreenColor Codes
All color formats for development
HEX
#E0FBE9RGB
rgb(224, 251, 233)HSL
hsl(140, 77%, 93%)OKLCH
oklch(0.964 0.037 156.5)CMYK
cmyk(11%, 0%, 7%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B5F5CB
2#8BF0AD
3#61EB8F
4#38E571
5#1BD258
6#16A847
7#107E35
8#0B5423
9#052A12
Tints
Lighter variations
1#E3FBEB
2#E6FCED
3#E9FCEF
4#ECFDF2
5#EFFDF4
6#F2FDF6
7#F6FEF8
8#F9FEFB
9#FCFFFD
Tones
Muted variations
1#E1FAE9
2#E2F8E9
3#E4F7EA
4#E5F5EA
5#E6F4EB
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 #DFFBE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2B5 | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EA8F | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E56F | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC753 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E42 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F712F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #09481E | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D13 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F1FDF5;
--beige-100: #DFFBE9;
--beige-200: #C4F7D5;
--beige-300: #97F2B5;
--beige-400: #61EA8F;
--beige-500: #34E56F;
--beige-600: #1AC753;
--beige-700: #159E42;
--beige-800: #0F712F;
--beige-900: #09481E;
--beige-950: #062D13;
}