Beige
#DFFBE7
GreenColor Codes
All color formats for development
HEX
#DFFBE7RGB
rgb(223, 251, 231)HSL
hsl(137, 78%, 93%)OKLCH
oklch(0.962 0.039 154.5)CMYK
cmyk(11%, 0%, 8%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B5F6C7
2#8BF1A8
3#61EB88
4#36E668
5#1AD34E
6#15A93F
7#107F2F
8#0A541F
9#052A10
Tints
Lighter variations
1#E2FBEA
2#E6FCEC
3#E9FCEE
4#ECFDF1
5#EFFDF3
6#F2FDF5
7#F5FEF8
8#F9FEFA
9#FCFFFD
Tones
Muted variations
1#E1FAE8
2#E2F8E8
3#E3F7E9
4#E5F6EA
5#E6F4EA
6#E8F3EB
7#E9F1EB
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 #DFFBE7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2B1 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB88 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E665 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C84A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F3B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E712A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09491B | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D11 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F1FDF5;
--beige-100: #DFFBE7;
--beige-200: #C4F8D3;
--beige-300: #97F2B1;
--beige-400: #60EB88;
--beige-500: #33E665;
--beige-600: #19C84A;
--beige-700: #149F3B;
--beige-800: #0E712A;
--beige-900: #09491B;
--beige-950: #062D11;
}