Beige
#C7F4DA
GreenColor Codes
All color formats for development
HEX
#C7F4DARGB
rgb(199, 244, 218)HSL
hsl(145, 67%, 87%)OKLCH
oklch(0.929 0.058 159.7)CMYK
cmyk(18%, 0%, 11%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A3EDC1
2#7EE5A9
3#58DE90
4#33D777
5#25B963
6#1D944F
7#166F3B
8#0F4A27
9#072514
Tints
Lighter variations
1#CDF5DE
2#D3F6E2
3#D8F7E5
4#DEF8E9
5#E3FAED
6#E9FBF0
7#EEFCF4
8#F4FDF8
9#F9FEFB
Tones
Muted variations
1#CAF2DB
2#CCF0DB
3#CEEDDB
4#D1EBDC
5#D3E9DC
6#D5E7DC
7#D7E5DD
8#D9E2DD
9#DCE0DD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4DA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECBE | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE29C | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD97F | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB64 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D954F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A39 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4424 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B17 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F2FCF6;
--beige-100: #E1F9EB;
--beige-200: #C8F4DA;
--beige-300: #9DECBE;
--beige-400: #6AE29C;
--beige-500: #3FD97F;
--beige-600: #25BB64;
--beige-700: #1D954F;
--beige-800: #156A39;
--beige-900: #0D4424;
--beige-950: #082B17;
}