Beige
#E0FAE9
GreenColor Codes
All color formats for development
HEX
#E0FAE9RGB
rgb(224, 250, 233)HSL
hsl(141, 72%, 93%)OKLCH
oklch(0.962 0.035 157)CMYK
cmyk(10%, 0%, 7%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B8F3CC
2#8FEDB0
3#66E693
4#3DDF76
5#21CC5D
6#1BA34A
7#147A38
8#0D5225
9#072913
Tints
Lighter variations
1#E3FBEB
2#E6FBEE
3#EAFCF0
4#EDFCF2
5#F0FDF4
6#F3FDF6
7#F6FEF8
8#F9FEFB
9#FCFFFD
Tones
Muted variations
1#E2F9EA
2#E3F7EA
3#E4F6EA
4#E5F5EB
5#E7F4EB
6#E8F2EC
7#E9F1EC
8#EBF0EC
9#ECEEED
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFB8 | BordersInactive statesPlaceholder text |
| 400 | 65E6 #65E692 | Disabled statesSecondary iconsMuted text |
| 500 | 3ADF #3ADF73 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FC1 #1FC158 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 199A #199A46 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126E #126E32 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B46 #0B4620 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C14 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F2FDF6;
--beige-100: #E0FAE9;
--beige-200: #C6F6D7;
--beige-300: #9AEFB8;
--beige-400: #65E692;
--beige-500: #3ADF73;
--beige-600: #1FC158;
--beige-700: #199A46;
--beige-800: #126E32;
--beige-900: #0B4620;
--beige-950: #072C14;
}