Beige
#E0FBE4
GreenColor Codes
All color formats for development
HEX
#E0FBE4RGB
rgb(224, 251, 228)HSL
hsl(129, 77%, 93%)OKLCH
oklch(0.962 0.042 149.6)CMYK
cmyk(11%, 0%, 9%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B5F5BF
2#8BF09B
3#61EB76
4#38E552
5#1BD237
6#16A82C
7#107E21
8#0B5416
9#052A0B
Tints
Lighter variations
1#E3FBE6
2#E6FCE9
3#E9FCEC
4#ECFDEF
5#EFFDF1
6#F2FDF4
7#F6FEF7
8#F9FEFA
9#FCFFFC
Tones
Muted variations
1#E1FAE4
2#E2F8E5
3#E4F7E6
4#E5F5E7
5#E6F4E8
6#E8F3E9
7#E9F1EA
8#EAF0EB
9#ECEFEC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7CC | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2A5 | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EA76 | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E54E | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC734 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E29 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F711D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #094813 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D0C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F1FDF3;
--beige-100: #DFFBE4;
--beige-200: #C4F7CC;
--beige-300: #97F2A5;
--beige-400: #61EA76;
--beige-500: #34E54E;
--beige-600: #1AC734;
--beige-700: #159E29;
--beige-800: #0F711D;
--beige-900: #094813;
--beige-950: #062D0C;
}