Beige
#DFFBEA
GreenColor Codes
All color formats for development
HEX
#DFFBEARGB
rgb(223, 251, 234)HSL
hsl(144, 78%, 93%)OKLCH
oklch(0.963 0.037 159)CMYK
cmyk(11%, 0%, 7%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B5F6CF
2#8BF1B4
3#61EB98
4#36E67D
5#1AD364
6#15A950
7#107F3C
8#0A5428
9#052A14
Tints
Lighter variations
1#E2FBEC
2#E6FCEE
3#E9FCF1
4#ECFDF3
5#EFFDF5
6#F2FDF7
7#F5FEF9
8#F9FEFB
9#FCFFFD
Tones
Muted variations
1#E1FAEB
2#E2F8EB
3#E3F7EB
4#E5F6EB
5#E6F4EC
6#E8F3EC
7#E9F1EC
8#EAF0ED
9#ECEFED
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2BB | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB98 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E67A | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C85F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F4B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7136 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094922 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D16 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F1FDF6;
--beige-100: #DFFBEA;
--beige-200: #C4F8D9;
--beige-300: #97F2BB;
--beige-400: #60EB98;
--beige-500: #33E67A;
--beige-600: #19C85F;
--beige-700: #149F4B;
--beige-800: #0E7136;
--beige-900: #094922;
--beige-950: #062D16;
}