Beige
#E3F8E6
GreenColor Codes
All color formats for development
HEX
#E3F8E6RGB
rgb(227, 248, 230)HSL
hsl(129, 60%, 93%)OKLCH
oklch(0.959 0.032 149.6)CMYK
cmyk(8%, 0%, 7%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BCEEC4
2#97E5A2
3#71DB81
4#4BD25F
5#2FBE45
6#269837
7#1C7229
8#134C1C
9#09260E
Tints
Lighter variations
1#E5F9E8
2#E8F9EB
3#EBFAED
4#EEFBF0
5#F1FBF2
6#F4FCF5
7#F6FDF7
8#F9FEFA
9#FCFEFC
Tones
Muted variations
1#E4F7E6
2#E5F6E7
3#E6F5E8
4#E7F4E9
5#E8F3E9
6#E9F1EA
7#EAF0EB
8#EBEFEC
9#ECEEEC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2D0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8AC | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DB80 | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D15C | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB441 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F34 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A6625 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #104118 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A290F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F3FCF4;
--beige-100: #E2F8E6;
--beige-200: #CAF2D0;
--beige-300: #A1E8AC;
--beige-400: #70DB80;
--beige-500: #47D15C;
--beige-600: #2DB441;
--beige-700: #248F34;
--beige-800: #1A6625;
--beige-900: #104118;
--beige-950: #0A290F;
}