Beige
#C4F8C4
GreenColor Codes
All color formats for development
HEX
#C4F8C4RGB
rgb(196, 248, 196)HSL
hsl(120, 79%, 87%)OKLCH
oklch(0.93 0.088 144.8)CMYK
cmyk(21%, 0%, 21%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9CF39C
2#74EF74
3#4DEA4D
4#25E525
5#17C717
6#139F13
7#0E770E
8#094F09
9#052805
Tints
Lighter variations
1#CAF9CA
2#D0F9D0
3#D5FAD5
4#DBFBDB
5#E1FCE1
6#E7FCE7
7#EDFDED
8#F3FEF3
9#F9FEF9
Tones
Muted variations
1#C6F5C6
2#C9F3C9
3#CCF0CC
4#CEEECE
5#D1EBD1
6#D3E8D3
7#D6E6D6
8#D9E3D9
9#DBE0DB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F396 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FEC5F | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E732 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C918 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A013 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D720D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094909 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F1FDF1;
--beige-100: #DFFBDF;
--beige-200: #C4F8C4;
--beige-300: #96F396;
--beige-400: #5FEC5F;
--beige-500: #32E732;
--beige-600: #18C918;
--beige-700: #13A013;
--beige-800: #0D720D;
--beige-900: #094909;
--beige-950: #052E05;
}