Beige
#E3F7EA
GreenColor Codes
All color formats for development
HEX
#E3F7EARGB
rgb(227, 247, 234)HSL
hsl(141, 56%, 93%)OKLCH
oklch(0.958 0.027 157.4)CMYK
cmyk(8%, 0%, 5%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BEEDCE
2#99E2B3
3#74D897
4#4FCD7B
5#34B963
6#2A944F
7#1F6F3B
8#154A27
9#0A2514
Tints
Lighter variations
1#E6F8EC
2#E9F9EE
3#ECFAF0
4#EEFAF2
5#F1FBF5
6#F4FCF7
7#F7FDF9
8#F9FDFB
9#FCFEFD
Tones
Muted variations
1#E4F6EA
2#E5F5EB
3#E6F4EB
4#E7F3EB
5#E8F2EC
6#E9F1EC
7#EAF0EC
8#EBEFED
9#ECEEED
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5BA | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D897 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD79 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF5D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B4A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6335 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124022 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2815 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F3FCF6;
--beige-100: #E3F7EA;
--beige-200: #CBF0D8;
--beige-300: #A4E5BA;
--beige-400: #74D897;
--beige-500: #4CCD79;
--beige-600: #31AF5D;
--beige-700: #278B4A;
--beige-800: #1C6335;
--beige-900: #124022;
--beige-950: #0B2815;
}