Beige
#E0FBE1
GreenColor Codes
All color formats for development
HEX
#E0FBE1RGB
rgb(224, 251, 225)HSL
hsl(122, 77%, 93%)OKLCH
oklch(0.962 0.045 146.2)CMYK
cmyk(11%, 0%, 10%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B5F5B8
2#8BF08F
3#61EB66
4#38E53D
5#1BD221
6#16A81B
7#107E14
8#0B540D
9#052A07
Tints
Lighter variations
1#E3FBE3
2#E6FCE6
3#E9FCEA
4#ECFDED
5#EFFDF0
6#F2FDF3
7#F6FEF6
8#F9FEF9
9#FCFFFC
Tones
Muted variations
1#E1FAE2
2#E2F8E3
3#E4F7E4
4#E5F5E5
5#E6F4E7
6#E8F3E8
7#E9F1E9
8#EAF0EB
9#ECEFEC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F29A | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EA66 | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E53A | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC720 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E19 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F7112 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #09480B | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D07 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F1FDF2;
--beige-100: #DFFBE0;
--beige-200: #C4F7C6;
--beige-300: #97F29A;
--beige-400: #61EA66;
--beige-500: #34E53A;
--beige-600: #1AC720;
--beige-700: #159E19;
--beige-800: #0F7112;
--beige-900: #09480B;
--beige-950: #062D07;
}