Beige
#E0FAE8
GreenColor Codes
All color formats for development
HEX
#E0FAE8RGB
rgb(224, 250, 232)HSL
hsl(138, 72%, 93%)OKLCH
oklch(0.961 0.036 155.4)CMYK
cmyk(10%, 0%, 7%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B8F3C9
2#8FEDAB
3#66E68C
4#3DDF6E
5#21CC54
6#1BA344
7#147A33
8#0D5222
9#072911
Tints
Lighter variations
1#E3FBEA
2#E6FBED
3#EAFCEF
4#EDFCF1
5#F0FDF4
6#F3FDF6
7#F6FEF8
8#F9FEFA
9#FCFFFD
Tones
Muted variations
1#E2F9E9
2#E3F7E9
3#E4F6EA
4#E5F5EA
5#E7F4EB
6#E8F2EB
7#E9F1EC
8#EBF0EC
9#ECEEED
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAE8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFB3 | BordersInactive statesPlaceholder text |
| 400 | 65E6 #65E68C | Disabled statesSecondary iconsMuted text |
| 500 | 3ADF #3ADF6B | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FC1 #1FC150 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 199A #199A40 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126E #126E2D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B46 #0B461D | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C12 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F2FDF5;
--beige-100: #E0FAE8;
--beige-200: #C6F6D4;
--beige-300: #9AEFB3;
--beige-400: #65E68C;
--beige-500: #3ADF6B;
--beige-600: #1FC150;
--beige-700: #199A40;
--beige-800: #126E2D;
--beige-900: #0B461D;
--beige-950: #072C12;
}