Beige
#C3F8C4
GreenColor Codes
All color formats for development
HEX
#C3F8C4RGB
rgb(195, 248, 196)HSL
hsl(121, 79%, 87%)OKLCH
oklch(0.929 0.088 145.3)CMYK
cmyk(21%, 0%, 21%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9CF39D
2#74EF76
3#4DEA4F
4#25E528
5#17C71A
6#139F15
7#0E7710
8#094F0A
9#052805
Tints
Lighter variations
1#CAF9CA
2#D0F9D0
3#D5FAD6
4#DBFBDC
5#E1FCE2
6#E7FCE8
7#EDFDED
8#F3FEF3
9#F9FEF9
Tones
Muted variations
1#C6F5C7
2#C9F3CA
3#CCF0CC
4#CEEECF
5#D1EBD1
6#D3E8D4
7#D6E6D6
8#D9E3D9
9#DBE0DB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F398 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FEC62 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E735 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C91B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A015 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D720F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09490A | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F1FDF2;
--beige-100: #DFFBE0;
--beige-200: #C4F8C5;
--beige-300: #96F398;
--beige-400: #5FEC62;
--beige-500: #32E735;
--beige-600: #18C91B;
--beige-700: #13A015;
--beige-800: #0D720F;
--beige-900: #09490A;
--beige-950: #052E06;
}