Beige
#E0FAEA
GreenColor Codes
All color formats for development
HEX
#E0FAEARGB
rgb(224, 250, 234)HSL
hsl(143, 72%, 93%)OKLCH
oklch(0.962 0.034 158.7)CMYK
cmyk(10%, 0%, 6%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B8F3CE
2#8FEDB3
3#66E697
4#3DDF7B
5#21CC63
6#1BA34F
7#147A3B
8#0D5227
9#072914
Tints
Lighter variations
1#E3FBEC
2#E6FBEE
3#EAFCF0
4#EDFCF2
5#F0FDF5
6#F3FDF7
7#F6FEF9
8#F9FEFB
9#FCFFFD
Tones
Muted variations
1#E2F9EA
2#E3F7EB
3#E4F6EB
4#E5F5EB
5#E7F4EC
6#E8F2EC
7#E9F1EC
8#EBF0ED
9#ECEEED
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAEA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFBA | BordersInactive statesPlaceholder text |
| 400 | 65E6 #65E697 | Disabled statesSecondary iconsMuted text |
| 500 | 3ADF #3ADF79 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FC1 #1FC15D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 199A #199A4A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126E #126E35 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B46 #0B4622 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C15 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F2FDF6;
--beige-100: #E0FAEA;
--beige-200: #C6F6D8;
--beige-300: #9AEFBA;
--beige-400: #65E697;
--beige-500: #3ADF79;
--beige-600: #1FC15D;
--beige-700: #199A4A;
--beige-800: #126E35;
--beige-900: #0B4622;
--beige-950: #072C15;
}