Beige
#DFFBDF
GreenColor Codes
All color formats for development
HEX
#DFFBDFRGB
rgb(223, 251, 223)HSL
hsl(120, 78%, 93%)OKLCH
oklch(0.96 0.047 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#B5F6B5
2#8BF18B
3#61EB61
4#36E636
5#1AD31A
6#15A915
7#107F10
8#0A540A
9#052A05
Tints
Lighter variations
1#E2FBE2
2#E6FCE6
3#E9FCE9
4#ECFDEC
5#EFFDEF
6#F2FDF2
7#F5FEF5
8#F9FEF9
9#FCFFFC
Tones
Muted variations
1#E1FAE1
2#E2F8E2
3#E3F7E3
4#E5F6E5
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 | C4F8 #C4F8C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F297 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB60 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E633 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C819 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F14 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E710E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094909 | 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: #C4F8C4;
--beige-300: #97F297;
--beige-400: #60EB60;
--beige-500: #33E633;
--beige-600: #19C819;
--beige-700: #149F14;
--beige-800: #0E710E;
--beige-900: #094909;
--beige-950: #062D06;
}