Beige
#C3F8DA
GreenColor Codes
All color formats for development
HEX
#C3F8DARGB
rgb(195, 248, 218)HSL
hsl(146, 79%, 87%)OKLCH
oklch(0.935 0.068 160)CMYK
cmyk(21%, 0%, 12%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9CF3C2
2#74EFA9
3#4DEA91
4#25E578
5#17C763
6#139F4F
7#0E773C
8#094F28
9#052814
Tints
Lighter variations
1#CAF9DE
2#D0F9E2
3#D5FAE5
4#DBFBE9
5#E1FCED
6#E7FCF0
7#EDFDF4
8#F3FEF8
9#F9FEFB
Tones
Muted variations
1#C6F5DB
2#C9F3DB
3#CCF0DB
4#CEEEDC
5#D1EBDC
6#D3E8DC
7#D6E6DD
8#D9E3DD
9#DBE0DE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8DA | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3BE | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FEC9C | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E780 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C964 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A050 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7239 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094925 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E17 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F1FDF7;
--beige-100: #DFFBEB;
--beige-200: #C4F8DA;
--beige-300: #96F3BE;
--beige-400: #5FEC9C;
--beige-500: #32E780;
--beige-600: #18C964;
--beige-700: #13A050;
--beige-800: #0D7239;
--beige-900: #094925;
--beige-950: #052E17;
}