Beige
#C4F8C8
GreenColor Codes
All color formats for development
HEX
#C4F8C8RGB
rgb(196, 248, 200)HSL
hsl(125, 79%, 87%)OKLCH
oklch(0.931 0.084 146.9)CMYK
cmyk(21%, 0%, 19%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9CF3A3
2#74EF7E
3#4DEA5A
4#25E535
5#17C726
6#139F1E
7#0E7717
8#094F0F
9#052808
Tints
Lighter variations
1#CAF9CE
2#D0F9D3
3#D5FAD9
4#DBFBDE
5#E1FCE4
6#E7FCE9
7#EDFDEF
8#F3FEF4
9#F9FEFA
Tones
Muted variations
1#C6F5CA
2#C9F3CC
3#CCF0CF
4#CEEED1
5#D1EBD3
6#D3E8D5
7#D6E6D7
8#D9E3D9
9#DBE0DC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8C8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F39E | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FEC6B | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E741 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C926 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A01E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7216 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09490E | 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: #F1FDF2;
--beige-100: #DFFBE1;
--beige-200: #C4F8C8;
--beige-300: #96F39E;
--beige-400: #5FEC6B;
--beige-500: #32E741;
--beige-600: #18C926;
--beige-700: #13A01E;
--beige-800: #0D7216;
--beige-900: #09490E;
--beige-950: #052E09;
}