Beige
#E0FAE5
GreenColor Codes
All color formats for development
HEX
#E0FAE5RGB
rgb(224, 250, 229)HSL
hsl(132, 72%, 93%)OKLCH
oklch(0.961 0.039 151.1)CMYK
cmyk(10%, 0%, 8%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B8F3C3
2#8FEDA2
3#66E680
4#3DDF5E
5#21CC43
6#1BA336
7#147A28
8#0D521B
9#07290D
Tints
Lighter variations
1#E3FBE8
2#E6FBEB
3#EAFCED
4#EDFCF0
5#F0FDF2
6#F3FDF5
7#F6FEF7
8#F9FEFA
9#FCFFFC
Tones
Muted variations
1#E2F9E6
2#E3F7E7
3#E4F6E8
4#E5F5E9
5#E7F4E9
6#E8F2EA
7#E9F1EB
8#EBF0EC
9#ECEEEC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAE5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6D0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFAB | BordersInactive statesPlaceholder text |
| 400 | 65E6 #65E67F | Disabled statesSecondary iconsMuted text |
| 500 | 3ADF #3ADF5B | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FC1 #1FC140 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 199A #199A33 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126E #126E24 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B46 #0B4617 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C0E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F2FDF4;
--beige-100: #E0FAE5;
--beige-200: #C6F6D0;
--beige-300: #9AEFAB;
--beige-400: #65E67F;
--beige-500: #3ADF5B;
--beige-600: #1FC140;
--beige-700: #199A33;
--beige-800: #126E24;
--beige-900: #0B4617;
--beige-950: #072C0E;
}