Beige
#C3F8D8
GreenColor Codes
All color formats for development
HEX
#C3F8D8RGB
rgb(195, 248, 216)HSL
hsl(144, 79%, 87%)OKLCH
oklch(0.934 0.069 158.2)CMYK
cmyk(21%, 0%, 13%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9CF3BF
2#74EFA5
3#4DEA8C
4#25E572
5#17C75D
6#139F4B
7#0E7738
8#094F25
9#052813
Tints
Lighter variations
1#CAF9DC
2#D0F9E0
3#D5FAE4
4#DBFBE8
5#E1FCEC
6#E7FCF0
7#EDFDF3
8#F3FEF7
9#F9FEFB
Tones
Muted variations
1#C6F5D9
2#C9F3DA
3#CCF0DA
4#CEEEDB
5#D1EBDB
6#D3E8DC
7#D6E6DC
8#D9E3DD
9#DBE0DD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3BB | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FEC98 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E77A | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C95E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A04B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7236 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094922 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E15 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F1FDF6;
--beige-100: #DFFBEA;
--beige-200: #C4F8D9;
--beige-300: #96F3BB;
--beige-400: #5FEC98;
--beige-500: #32E77A;
--beige-600: #18C95E;
--beige-700: #13A04B;
--beige-800: #0D7236;
--beige-900: #094922;
--beige-950: #052E15;
}