Beige
#DFFBE8
GreenColor Codes
All color formats for development
HEX
#DFFBE8RGB
rgb(223, 251, 232)HSL
hsl(139, 78%, 93%)OKLCH
oklch(0.963 0.039 155.9)CMYK
cmyk(11%, 0%, 8%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B5F6CA
2#8BF1AB
3#61EB8D
4#36E66E
5#1AD355
6#15A944
7#107F33
8#0A5422
9#052A11
Tints
Lighter variations
1#E2FBEA
2#E6FCED
3#E9FCEF
4#ECFDF1
5#EFFDF4
6#F2FDF6
7#F5FEF8
8#F9FEFA
9#FCFFFD
Tones
Muted variations
1#E1FAE9
2#E2F8E9
3#E3F7EA
4#E5F6EA
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 #F1FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2B4 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB8C | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E66B | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C850 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F40 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E712E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09491D | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D12 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F1FDF5;
--beige-100: #DFFBE8;
--beige-200: #C4F8D4;
--beige-300: #97F2B4;
--beige-400: #60EB8C;
--beige-500: #33E66B;
--beige-600: #19C850;
--beige-700: #149F40;
--beige-800: #0E712E;
--beige-900: #09491D;
--beige-950: #062D12;
}