Beige
#DFFBE6
GreenColor Codes
All color formats for development
HEX
#DFFBE6RGB
rgb(223, 251, 230)HSL
hsl(135, 78%, 93%)OKLCH
oklch(0.962 0.04 153.1)CMYK
cmyk(11%, 0%, 8%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B5F6C5
2#8BF1A4
3#61EB83
4#36E662
5#1AD348
6#15A93A
7#107F2B
8#0A541D
9#052A0E
Tints
Lighter variations
1#E2FBE9
2#E6FCEB
3#E9FCEE
4#ECFDF0
5#EFFDF3
6#F2FDF5
7#F5FEF8
8#F9FEFA
9#FCFFFD
Tones
Muted variations
1#E1FAE7
2#E2F8E8
3#E3F7E8
4#E5F6E9
5#E6F4EA
6#E8F3EA
7#E9F1EB
8#EAF0EC
9#ECEFEC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8D1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2AD | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB83 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E65F | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C844 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F36 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7127 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094919 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D10 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F1FDF4;
--beige-100: #DFFBE6;
--beige-200: #C4F8D1;
--beige-300: #97F2AD;
--beige-400: #60EB83;
--beige-500: #33E65F;
--beige-600: #19C844;
--beige-700: #149F36;
--beige-800: #0E7127;
--beige-900: #094919;
--beige-950: #062D10;
}