Beige
#C9F3D8
GreenColor Codes
All color formats for development
HEX
#C9F3D8RGB
rgb(201, 243, 216)HSL
hsl(141, 64%, 87%)OKLCH
oklch(0.927 0.057 156.9)CMYK
cmyk(17%, 0%, 11%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A4EBBD
2#80E3A3
3#5BDB88
4#37D36E
5#28B65A
6#209248
7#186D36
8#104924
9#082412
Tints
Lighter variations
1#CEF4DB
2#D4F5DF
3#D9F7E3
4#DEF8E7
5#E4F9EB
6#E9FAEF
7#EFFBF3
8#F4FDF7
9#FAFEFB
Tones
Muted variations
1#CBF1D8
2#CDEFD9
3#CFEDD9
4#D1EBDA
5#D3E8DB
6#D5E6DB
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 #C9F3D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAB9 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF95 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D676 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B85B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209248 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176934 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4321 | 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: #C9F3D7;
--beige-300: #9FEAB9;
--beige-400: #6DDF95;
--beige-500: #43D676;
--beige-600: #28B85B;
--beige-700: #209248;
--beige-800: #176934;
--beige-900: #0F4321;
--beige-950: #092A15;
}