Beige
#C8F3D8
GreenColor Codes
All color formats for development
HEX
#C8F3D8RGB
rgb(200, 243, 216)HSL
hsl(142, 64%, 87%)OKLCH
oklch(0.927 0.057 157.5)CMYK
cmyk(18%, 0%, 11%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A4EBBE
2#80E3A4
3#5BDB8A
4#37D370
5#28B65C
6#20924A
7#186D37
8#104925
9#082412
Tints
Lighter variations
1#CEF4DC
2#D4F5E0
3#D9F7E4
4#DEF8E8
5#E4F9EC
6#E9FAEF
7#EFFBF3
8#F4FDF7
9#FAFEFB
Tones
Muted variations
1#CBF1D9
2#CDEFD9
3#CFEDDA
4#D1EBDA
5#D3E8DB
6#D5E6DC
7#D7E4DC
8#DAE2DD
9#DCE0DD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEABA | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF97 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D679 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B85D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #20924A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176935 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4322 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A15 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F2FCF6;
--beige-100: #E2F9EA;
--beige-200: #C9F3D8;
--beige-300: #9FEABA;
--beige-400: #6DDF97;
--beige-500: #43D679;
--beige-600: #28B85D;
--beige-700: #20924A;
--beige-800: #176935;
--beige-900: #0F4322;
--beige-950: #092A15;
}