Beige
#DFFBE1
GreenColor Codes
All color formats for development
HEX
#DFFBE1RGB
rgb(223, 251, 225)HSL
hsl(124, 78%, 93%)OKLCH
oklch(0.961 0.045 147.2)CMYK
cmyk(11%, 0%, 10%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B5F6B9
2#8BF192
3#61EB6A
4#36E642
5#1AD326
6#15A91F
7#107F17
8#0A540F
9#052A08
Tints
Lighter variations
1#E2FBE4
2#E6FCE7
3#E9FCEA
4#ECFDED
5#EFFDF0
6#F2FDF3
7#F5FEF6
8#F9FEF9
9#FCFFFC
Tones
Muted variations
1#E1FAE2
2#E2F8E3
3#E3F7E5
4#E5F6E6
5#E6F4E7
6#E8F3E8
7#E9F1EA
8#EAF0EB
9#ECEFEC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8C7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F29D | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB69 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E63F | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C824 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F1D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7115 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09490D | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D08 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F1FDF2;
--beige-100: #DFFBE1;
--beige-200: #C4F8C7;
--beige-300: #97F29D;
--beige-400: #60EB69;
--beige-500: #33E63F;
--beige-600: #19C824;
--beige-700: #149F1D;
--beige-800: #0E7115;
--beige-900: #09490D;
--beige-950: #062D08;
}