Beige
#E0FAE7
GreenColor Codes
All color formats for development
HEX
#E0FAE7RGB
rgb(224, 250, 231)HSL
hsl(136, 72%, 93%)OKLCH
oklch(0.961 0.037 153.9)CMYK
cmyk(10%, 0%, 8%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B8F3C7
2#8FEDA8
3#66E688
4#3DDF68
5#21CC4F
6#1BA33F
7#147A2F
8#0D521F
9#072910
Tints
Lighter variations
1#E3FBEA
2#E6FBEC
3#EAFCEE
4#EDFCF1
5#F0FDF3
6#F3FDF5
7#F6FEF8
8#F9FEFA
9#FCFFFD
Tones
Muted variations
1#E2F9E8
2#E3F7E8
3#E4F6E9
4#E5F5EA
5#E7F4EA
6#E8F2EB
7#E9F1EB
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 #E0FAE7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFB1 | BordersInactive statesPlaceholder text |
| 400 | 65E6 #65E688 | Disabled statesSecondary iconsMuted text |
| 500 | 3ADF #3ADF66 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FC1 #1FC14B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 199A #199A3B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126E #126E2A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B46 #0B461B | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C11 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F2FDF5;
--beige-100: #E0FAE7;
--beige-200: #C6F6D3;
--beige-300: #9AEFB1;
--beige-400: #65E688;
--beige-500: #3ADF66;
--beige-600: #1FC14B;
--beige-700: #199A3B;
--beige-800: #126E2A;
--beige-900: #0B461B;
--beige-950: #072C11;
}