Beige
#DFFBE2
GreenColor Codes
All color formats for development
HEX
#DFFBE2RGB
rgb(223, 251, 226)HSL
hsl(126, 78%, 93%)OKLCH
oklch(0.961 0.044 148.3)CMYK
cmyk(11%, 0%, 10%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B5F6BB
2#8BF195
3#61EB6E
4#36E648
5#1AD32D
6#15A924
7#107F1B
8#0A5412
9#052A09
Tints
Lighter variations
1#E2FBE5
2#E6FCE8
3#E9FCEB
4#ECFDEE
5#EFFDF1
6#F2FDF3
7#F5FEF6
8#F9FEF9
9#FCFFFC
Tones
Muted variations
1#E1FAE3
2#E2F8E4
3#E3F7E5
4#E5F6E6
5#E6F4E8
6#E8F3E9
7#E9F1EA
8#EAF0EB
9#ECEFEC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8C9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2A0 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB6E | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E645 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C82A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F22 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7118 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09490F | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D0A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F1FDF3;
--beige-100: #DFFBE2;
--beige-200: #C4F8C9;
--beige-300: #97F2A0;
--beige-400: #60EB6E;
--beige-500: #33E645;
--beige-600: #19C82A;
--beige-700: #149F22;
--beige-800: #0E7118;
--beige-900: #09490F;
--beige-950: #062D0A;
}