Beige
#E3F7E9
GreenColor Codes
All color formats for development
HEX
#E3F7E9RGB
rgb(227, 247, 233)HSL
hsl(138, 56%, 93%)OKLCH
oklch(0.958 0.028 155.3)CMYK
cmyk(8%, 0%, 6%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BEEDCC
2#99E2AF
3#74D892
4#4FCD75
5#34B95C
6#2A944A
7#1F6F37
8#154A25
9#0A2512
Tints
Lighter variations
1#E6F8EB
2#E9F9EE
3#ECFAF0
4#EEFAF2
5#F1FBF4
6#F4FCF6
7#F7FDF8
8#F9FDFB
9#FCFEFD
Tones
Muted variations
1#E4F6EA
2#E5F5EA
3#E6F4EA
4#E7F3EB
5#E8F2EB
6#E9F1EC
7#EAF0EC
8#EBEFEC
9#ECEEED
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0D6 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5B7 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D892 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD73 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF57 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B45 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6331 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124020 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2814 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F3FCF6;
--beige-100: #E3F7E9;
--beige-200: #CBF0D6;
--beige-300: #A4E5B7;
--beige-400: #74D892;
--beige-500: #4CCD73;
--beige-600: #31AF57;
--beige-700: #278B45;
--beige-800: #1C6331;
--beige-900: #124020;
--beige-950: #0B2814;
}