Beige
#C9F3D2
GreenColor Codes
All color formats for development
HEX
#C9F3D2RGB
rgb(201, 243, 210)HSL
hsl(133, 64%, 87%)OKLCH
oklch(0.926 0.062 151.4)CMYK
cmyk(17%, 0%, 14%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A4EBB4
2#80E395
3#5BDB77
4#37D359
5#28B647
6#209239
7#186D2A
8#10491C
9#08240E
Tints
Lighter variations
1#CEF4D6
2#D4F5DB
3#D9F7DF
4#DEF8E4
5#E4F9E8
6#E9FAED
7#EFFBF1
8#F4FDF6
9#FAFEFA
Tones
Muted variations
1#CBF1D3
2#CDEFD4
3#CFEDD5
4#D1EBD7
5#D3E8D8
6#D5E6D9
7#D7E4DA
8#DAE2DB
9#DCE0DD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAAF | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF85 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D663 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B848 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209239 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176929 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F431A | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A10 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F2FCF5;
--beige-100: #E2F9E7;
--beige-200: #C9F3D2;
--beige-300: #9FEAAF;
--beige-400: #6DDF85;
--beige-500: #43D663;
--beige-600: #28B848;
--beige-700: #209239;
--beige-800: #176929;
--beige-900: #0F431A;
--beige-950: #092A10;
}