Beige
#C8F3D5
GreenColor Codes
All color formats for development
HEX
#C8F3D5RGB
rgb(200, 243, 213)HSL
hsl(138, 64%, 87%)OKLCH
oklch(0.926 0.06 154.7)CMYK
cmyk(18%, 0%, 12%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A4EBB9
2#80E39E
3#5BDB82
4#37D366
5#28B653
6#209242
7#186D32
8#104921
9#082411
Tints
Lighter variations
1#CEF4DA
2#D4F5DE
3#D9F7E2
4#DEF8E6
5#E4F9EA
6#E9FAEE
7#EFFBF3
8#F4FDF7
9#FAFEFB
Tones
Muted variations
1#CBF1D6
2#CDEFD7
3#CFEDD8
4#D1EBD9
5#D3E8DA
6#D5E6DA
7#D7E4DB
8#DAE2DC
9#DCE0DD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAB5 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF8F | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D66F | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B853 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209242 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #17692F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F431E | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A13 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F2FCF5;
--beige-100: #E2F9E9;
--beige-200: #C9F3D5;
--beige-300: #9FEAB5;
--beige-400: #6DDF8F;
--beige-500: #43D66F;
--beige-600: #28B853;
--beige-700: #209242;
--beige-800: #17692F;
--beige-900: #0F431E;
--beige-950: #092A13;
}