Beige
#DFFBE5
GreenColor Codes
All color formats for development
HEX
#DFFBE5RGB
rgb(223, 251, 229)HSL
hsl(133, 78%, 93%)OKLCH
oklch(0.962 0.041 151.8)CMYK
cmyk(11%, 0%, 9%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B5F6C3
2#8BF1A1
3#61EB7F
4#36E65C
5#1AD342
6#15A935
7#107F28
8#0A541A
9#052A0D
Tints
Lighter variations
1#E2FBE8
2#E6FCEA
3#E9FCED
4#ECFDF0
5#EFFDF2
6#F2FDF5
7#F5FEF7
8#F9FEFA
9#FCFFFC
Tones
Muted variations
1#E1FAE6
2#E2F8E7
3#E3F7E8
4#E5F6E8
5#E6F4E9
6#E8F3EA
7#E9F1EB
8#EAF0EC
9#ECEFEC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8CF | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2AA | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB7E | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E65A | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C83F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F32 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7124 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094917 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D0E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F1FDF4;
--beige-100: #DFFBE5;
--beige-200: #C4F8CF;
--beige-300: #97F2AA;
--beige-400: #60EB7E;
--beige-500: #33E65A;
--beige-600: #19C83F;
--beige-700: #149F32;
--beige-800: #0E7124;
--beige-900: #094917;
--beige-950: #062D0E;
}