Beige
#DFFBE4
GreenColor Codes
All color formats for development
HEX
#DFFBE4RGB
rgb(223, 251, 228)HSL
hsl(131, 78%, 93%)OKLCH
oklch(0.962 0.042 150.6)CMYK
cmyk(11%, 0%, 9%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B5F6C1
2#8BF19D
3#61EB7A
4#36E657
5#1AD33C
6#15A930
7#107F24
8#0A5418
9#052A0C
Tints
Lighter variations
1#E2FBE7
2#E6FCEA
3#E9FCEC
4#ECFDEF
5#EFFDF2
6#F2FDF4
7#F5FEF7
8#F9FEFA
9#FCFFFC
Tones
Muted variations
1#E1FAE5
2#E2F8E6
3#E3F7E7
4#E5F6E8
5#E6F4E9
6#E8F3EA
7#E9F1EB
8#EAF0EB
9#ECEFEC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8CD | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2A7 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB7A | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E654 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C839 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F2D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7120 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094915 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D0D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F1FDF4;
--beige-100: #DFFBE4;
--beige-200: #C4F8CD;
--beige-300: #97F2A7;
--beige-400: #60EB7A;
--beige-500: #33E654;
--beige-600: #19C839;
--beige-700: #149F2D;
--beige-800: #0E7120;
--beige-900: #094915;
--beige-950: #062D0D;
}