Beige
#C4F8C9
GreenColor Codes
All color formats for development
HEX
#C4F8C9RGB
rgb(196, 248, 201)HSL
hsl(126, 79%, 87%)OKLCH
oklch(0.931 0.082 147.4)CMYK
cmyk(21%, 0%, 19%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9CF3A5
2#74EF80
3#4DEA5C
4#25E538
5#17C729
6#139F21
7#0E7718
8#094F10
9#052808
Tints
Lighter variations
1#CAF9CE
2#D0F9D4
3#D5FAD9
4#DBFBDF
5#E1FCE4
6#E7FCE9
7#EDFDEF
8#F3FEF4
9#F9FEFA
Tones
Muted variations
1#C6F5CB
2#C9F3CD
3#CCF0CF
4#CEEED1
5#D1EBD3
6#D3E8D5
7#D6E6D8
8#D9E3DA
9#DBE0DC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8C9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F39F | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FEC6D | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E744 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C929 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A021 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7217 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09490F | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E09 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F1FDF3;
--beige-100: #DFFBE2;
--beige-200: #C4F8C9;
--beige-300: #96F39F;
--beige-400: #5FEC6D;
--beige-500: #32E744;
--beige-600: #18C929;
--beige-700: #13A021;
--beige-800: #0D7217;
--beige-900: #09490F;
--beige-950: #052E09;
}