Beige
#DFFBE0
GreenColor Codes
All color formats for development
HEX
#DFFBE0RGB
rgb(223, 251, 224)HSL
hsl(122, 78%, 93%)OKLCH
oklch(0.961 0.046 146.2)CMYK
cmyk(11%, 0%, 11%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B5F6B7
2#8BF18E
3#61EB65
4#36E63C
5#1AD320
6#15A91A
7#107F13
8#0A540D
9#052A06
Tints
Lighter variations
1#E2FBE3
2#E6FCE6
3#E9FCE9
4#ECFDEC
5#EFFDF0
6#F2FDF3
7#F5FEF6
8#F9FEF9
9#FCFFFC
Tones
Muted variations
1#E1FAE1
2#E2F8E3
3#E3F7E4
4#E5F6E5
5#E6F4E7
6#E8F3E8
7#E9F1E9
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 #DFFBE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F29A | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB65 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E639 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C81F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F18 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7111 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09490B | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D07 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F1FDF2;
--beige-100: #DFFBE0;
--beige-200: #C4F8C6;
--beige-300: #97F29A;
--beige-400: #60EB65;
--beige-500: #33E639;
--beige-600: #19C81F;
--beige-700: #149F18;
--beige-800: #0E7111;
--beige-900: #09490B;
--beige-950: #062D07;
}