Beige
#E3F8E5
GreenColor Codes
All color formats for development
HEX
#E3F8E5RGB
rgb(227, 248, 229)HSL
hsl(126, 60%, 93%)OKLCH
oklch(0.959 0.033 148.1)CMYK
cmyk(8%, 0%, 8%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BCEEC1
2#97E59E
3#71DB7B
4#4BD258
5#2FBE3E
6#269831
7#1C7225
8#134C19
9#09260C
Tints
Lighter variations
1#E5F9E7
2#E8F9EA
3#EBFAED
4#EEFBEF
5#F1FBF2
6#F4FCF4
7#F6FDF7
8#F9FEFA
9#FCFEFC
Tones
Muted variations
1#E4F7E5
2#E5F6E6
3#E6F5E7
4#E7F4E8
5#E8F3E9
6#E9F1EA
7#EAF0EB
8#EBEFEB
9#ECEEEC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2CE | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8A8 | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DB7B | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D155 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB43A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F2E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A6621 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #104115 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A290D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F3FCF4;
--beige-100: #E2F8E5;
--beige-200: #CAF2CE;
--beige-300: #A1E8A8;
--beige-400: #70DB7B;
--beige-500: #47D155;
--beige-600: #2DB43A;
--beige-700: #248F2E;
--beige-800: #1A6621;
--beige-900: #104115;
--beige-950: #0A290D;
}