Beige
#C9F3D6
GreenColor Codes
All color formats for development
HEX
#C9F3D6RGB
rgb(201, 243, 214)HSL
hsl(139, 64%, 87%)OKLCH
oklch(0.927 0.058 155)CMYK
cmyk(17%, 0%, 12%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A4EBBB
2#80E39F
3#5BDB84
4#37D369
5#28B655
6#209244
7#186D33
8#104922
9#082411
Tints
Lighter variations
1#CEF4DA
2#D4F5DE
3#D9F7E2
4#DEF8E6
5#E4F9EB
6#E9FAEF
7#EFFBF3
8#F4FDF7
9#FAFEFB
Tones
Muted variations
1#CBF1D7
2#CDEFD8
3#CFEDD8
4#D1EBD9
5#D3E8DA
6#D5E6DB
7#D7E4DC
8#DAE2DC
9#DCE0DD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAB7 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF91 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D671 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B856 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209244 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176931 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F431F | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A14 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F2FCF6;
--beige-100: #E2F9E9;
--beige-200: #C9F3D6;
--beige-300: #9FEAB7;
--beige-400: #6DDF91;
--beige-500: #43D671;
--beige-600: #28B856;
--beige-700: #209244;
--beige-800: #176931;
--beige-900: #0F431F;
--beige-950: #092A14;
}