Beige
#DFFBE9
GreenColor Codes
All color formats for development
HEX
#DFFBE9RGB
rgb(223, 251, 233)HSL
hsl(141, 78%, 93%)OKLCH
oklch(0.963 0.038 157.4)CMYK
cmyk(11%, 0%, 7%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B5F6CC
2#8BF1AE
3#61EB91
4#36E674
5#1AD35B
6#15A949
7#107F36
8#0A5424
9#052A12
Tints
Lighter variations
1#E2FBEB
2#E6FCED
3#E9FCF0
4#ECFDF2
5#EFFDF4
6#F2FDF6
7#F5FEF8
8#F9FEFB
9#FCFFFD
Tones
Muted variations
1#E1FAE9
2#E2F8EA
3#E3F7EA
4#E5F6EB
5#E6F4EB
6#E8F3EB
7#E9F1EC
8#EAF0EC
9#ECEFED
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8D6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2B7 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB91 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E671 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C856 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F44 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7131 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09491F | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D14 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F1FDF6;
--beige-100: #DFFBE9;
--beige-200: #C4F8D6;
--beige-300: #97F2B7;
--beige-400: #60EB91;
--beige-500: #33E671;
--beige-600: #19C856;
--beige-700: #149F44;
--beige-800: #0E7131;
--beige-900: #09491F;
--beige-950: #062D14;
}