Beige
#E0FBE0
GreenColor Codes
All color formats for development
HEX
#E0FBE0RGB
rgb(224, 251, 224)HSL
hsl(120, 77%, 93%)OKLCH
oklch(0.961 0.046 145.2)CMYK
cmyk(11%, 0%, 11%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B5F5B5
2#8BF08B
3#61EB61
4#38E538
5#1BD21B
6#16A816
7#107E10
8#0B540B
9#052A05
Tints
Lighter variations
1#E3FBE3
2#E6FCE6
3#E9FCE9
4#ECFDEC
5#EFFDEF
6#F2FDF2
7#F6FEF6
8#F9FEF9
9#FCFFFC
Tones
Muted variations
1#E1FAE1
2#E2F8E2
3#E4F7E4
4#E5F5E5
5#E6F4E6
6#E8F3E8
7#E9F1E9
8#EAF0EA
9#ECEFEC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F297 | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EA61 | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E534 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC71A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F710F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #094809 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F1FDF1;
--beige-100: #DFFBDF;
--beige-200: #C4F7C4;
--beige-300: #97F297;
--beige-400: #61EA61;
--beige-500: #34E534;
--beige-600: #1AC71A;
--beige-700: #159E15;
--beige-800: #0F710F;
--beige-900: #094809;
--beige-950: #062D06;
}