Beige
#E0FBE7
GreenColor Codes
All color formats for development
HEX
#E0FBE7RGB
rgb(224, 251, 231)HSL
hsl(136, 77%, 93%)OKLCH
oklch(0.963 0.039 153.5)CMYK
cmyk(11%, 0%, 8%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B5F5C6
2#8BF0A6
3#61EB86
4#38E566
5#1BD24C
6#16A83D
7#107E2E
8#0B541E
9#052A0F
Tints
Lighter variations
1#E3FBE9
2#E6FCEC
3#E9FCEE
4#ECFDF0
5#EFFDF3
6#F2FDF5
7#F6FEF8
8#F9FEFA
9#FCFFFD
Tones
Muted variations
1#E1FAE7
2#E2F8E8
3#E4F7E9
4#E5F5E9
5#E6F4EA
6#E8F3EB
7#E9F1EB
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 #DFFBE7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7D2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2AF | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EA86 | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E563 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC748 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E39 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F7129 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #09481A | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D10 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F1FDF5;
--beige-100: #DFFBE7;
--beige-200: #C4F7D2;
--beige-300: #97F2AF;
--beige-400: #61EA86;
--beige-500: #34E563;
--beige-600: #1AC748;
--beige-700: #159E39;
--beige-800: #0F7129;
--beige-900: #09481A;
--beige-950: #062D10;
}