Beige
#E3F7E8
GreenColor Codes
All color formats for development
HEX
#E3F7E8RGB
rgb(227, 247, 232)HSL
hsl(135, 56%, 93%)OKLCH
oklch(0.957 0.029 153.4)CMYK
cmyk(8%, 0%, 6%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BEEDCA
2#99E2AB
3#74D88D
4#4FCD6F
5#34B955
6#2A9444
7#1F6F33
8#154A22
9#0A2511
Tints
Lighter variations
1#E6F8EA
2#E9F9ED
3#ECFAEF
4#EEFAF1
5#F1FBF4
6#F4FCF6
7#F7FDF8
8#F9FDFA
9#FCFEFD
Tones
Muted variations
1#E4F6E9
2#E5F5E9
3#E6F4EA
4#E7F3EA
5#E8F2EB
6#E9F1EB
7#EAF0EC
8#EBEFEC
9#ECEEED
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7E8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5B4 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D88D | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD6C | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF51 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B40 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C632E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #12401D | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2812 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F3FCF5;
--beige-100: #E3F7E8;
--beige-200: #CBF0D5;
--beige-300: #A4E5B4;
--beige-400: #74D88D;
--beige-500: #4CCD6C;
--beige-600: #31AF51;
--beige-700: #278B40;
--beige-800: #1C632E;
--beige-900: #12401D;
--beige-950: #0B2812;
}