Beige
#C4F8DB
GreenColor Codes
All color formats for development
HEX
#C4F8DBRGB
rgb(196, 248, 219)HSL
hsl(147, 79%, 87%)OKLCH
oklch(0.935 0.066 160.4)CMYK
cmyk(21%, 0%, 12%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9CF3C3
2#74EFAB
3#4DEA93
4#25E57B
5#17C766
6#139F52
7#0E773D
8#094F29
9#052814
Tints
Lighter variations
1#CAF9DF
2#D0F9E2
3#D5FAE6
4#DBFBEA
5#E1FCED
6#E7FCF1
7#EDFDF4
8#F3FEF8
9#F9FEFB
Tones
Muted variations
1#C6F5DB
2#C9F3DC
3#CCF0DC
4#CEEEDC
5#D1EBDD
6#D3E8DD
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 #DFFBEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8DB | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3C0 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FEC9F | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E783 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C967 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A052 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D723B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094926 | 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: #DFFBEC;
--beige-200: #C4F8DB;
--beige-300: #96F3C0;
--beige-400: #5FEC9F;
--beige-500: #32E783;
--beige-600: #18C967;
--beige-700: #13A052;
--beige-800: #0D723B;
--beige-900: #094926;
--beige-950: #052E17;
}