Beige
#E3F7E5
GreenColor Codes
All color formats for development
HEX
#E3F7E5RGB
rgb(227, 247, 229)HSL
hsl(126, 56%, 93%)OKLCH
oklch(0.957 0.032 148.2)CMYK
cmyk(8%, 0%, 7%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BEEDC3
2#99E2A0
3#74D87E
4#4FCD5C
5#34B941
6#2A9434
7#1F6F27
8#154A1A
9#0A250D
Tints
Lighter variations
1#E6F8E8
2#E9F9EA
3#ECFAED
4#EEFAEF
5#F1FBF2
6#F4FCF5
7#F7FDF7
8#F9FDFA
9#FCFEFC
Tones
Muted variations
1#E4F6E6
2#E5F5E7
3#E6F4E8
4#E7F3E8
5#E8F2E9
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 | E3F7 #E3F7E5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0CF | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5AA | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D87E | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD59 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF3E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B31 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6323 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124017 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B280E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F3FCF4;
--beige-100: #E3F7E5;
--beige-200: #CBF0CF;
--beige-300: #A4E5AA;
--beige-400: #74D87E;
--beige-500: #4CCD59;
--beige-600: #31AF3E;
--beige-700: #278B31;
--beige-800: #1C6323;
--beige-900: #124017;
--beige-950: #0B280E;
}