Beige
#C4F8D1
GreenColor Codes
All color formats for development
HEX
#C4F8D1RGB
rgb(196, 248, 209)HSL
hsl(135, 79%, 87%)OKLCH
oklch(0.933 0.075 152.4)CMYK
cmyk(21%, 0%, 16%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9CF3B2
2#74EF93
3#4DEA74
4#25E555
5#17C743
6#139F36
7#0E7728
8#094F1B
9#05280D
Tints
Lighter variations
1#CAF9D5
2#D0F9DA
3#D5FADF
4#DBFBE3
5#E1FCE8
6#E7FCED
7#EDFDF1
8#F3FEF6
9#F9FEFA
Tones
Muted variations
1#C6F5D2
2#C9F3D3
3#CCF0D5
4#CEEED6
5#D1EBD7
6#D3E8D9
7#D6E6DA
8#D9E3DB
9#DBE0DD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8D1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3AD | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FEC82 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E75F | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C944 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A036 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7227 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094919 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E0F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F1FDF4;
--beige-100: #DFFBE6;
--beige-200: #C4F8D1;
--beige-300: #96F3AD;
--beige-400: #5FEC82;
--beige-500: #32E75F;
--beige-600: #18C944;
--beige-700: #13A036;
--beige-800: #0D7227;
--beige-900: #094919;
--beige-950: #052E0F;
}