Beige
#C9F3D5
GreenColor Codes
All color formats for development
HEX
#C9F3D5RGB
rgb(201, 243, 213)HSL
hsl(137, 64%, 87%)OKLCH
oklch(0.926 0.059 154)CMYK
cmyk(17%, 0%, 12%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A4EBB8
2#80E39C
3#5BDB80
4#37D363
5#28B650
6#209240
7#186D30
8#104920
9#082410
Tints
Lighter variations
1#CEF4D9
2#D4F5DD
3#D9F7E1
4#DEF8E6
5#E4F9EA
6#E9FAEE
7#EFFBF2
8#F4FDF7
9#FAFEFB
Tones
Muted variations
1#CBF1D6
2#CDEFD6
3#CFEDD7
4#D1EBD8
5#D3E8D9
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 #E2F9E8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAB4 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF8D | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D66C | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B851 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209240 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #17692E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F431D | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A12 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F2FCF5;
--beige-100: #E2F9E8;
--beige-200: #C9F3D5;
--beige-300: #9FEAB4;
--beige-400: #6DDF8D;
--beige-500: #43D66C;
--beige-600: #28B851;
--beige-700: #209240;
--beige-800: #17692E;
--beige-900: #0F431D;
--beige-950: #092A12;
}