Beige
#E0FAE6
GreenColor Codes
All color formats for development
HEX
#E0FAE6RGB
rgb(224, 250, 230)HSL
hsl(134, 72%, 93%)OKLCH
oklch(0.961 0.038 152.5)CMYK
cmyk(10%, 0%, 8%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B8F3C5
2#8FEDA5
3#66E684
4#3DDF63
5#21CC49
6#1BA33A
7#147A2C
8#0D521D
9#07290F
Tints
Lighter variations
1#E3FBE9
2#E6FBEB
3#EAFCEE
4#EDFCF0
5#F0FDF3
6#F3FDF5
7#F6FEF8
8#F9FEFA
9#FCFFFD
Tones
Muted variations
1#E2F9E7
2#E3F7E8
3#E4F6E8
4#E5F5E9
5#E7F4EA
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 #E0FAE6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6D1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFAE | BordersInactive statesPlaceholder text |
| 400 | 65E6 #65E683 | Disabled statesSecondary iconsMuted text |
| 500 | 3ADF #3ADF60 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FC1 #1FC145 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 199A #199A37 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126E #126E27 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B46 #0B4619 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C10 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F2FDF4;
--beige-100: #E0FAE6;
--beige-200: #C6F6D1;
--beige-300: #9AEFAE;
--beige-400: #65E683;
--beige-500: #3ADF60;
--beige-600: #1FC145;
--beige-700: #199A37;
--beige-800: #126E27;
--beige-900: #0B4619;
--beige-950: #072C10;
}