Beige
#C8F3CA
GreenColor Codes
All color formats for development
HEX
#C8F3CARGB
rgb(200, 243, 202)HSL
hsl(123, 64%, 87%)OKLCH
oklch(0.923 0.071 146.2)CMYK
cmyk(18%, 0%, 17%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A4EBA8
2#80E385
3#5BDB62
4#37D33F
5#28B62F
6#209226
7#186D1C
8#104913
9#082409
Tints
Lighter variations
1#CEF4D0
2#D4F5D5
3#D9F7DA
4#DEF8E0
5#E4F9E5
6#E9FAEA
7#EFFBEF
8#F4FDF5
9#FAFEFA
Tones
Muted variations
1#CBF1CD
2#CDEFCF
3#CFEDD0
4#D1EBD2
5#D3E8D4
6#D5E6D6
7#D7E4D8
8#DAE2DA
9#DCE0DC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3CB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAA3 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF72 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D64A | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B830 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209226 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #17691B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4311 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A0B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F2FCF3;
--beige-100: #E2F9E3;
--beige-200: #C9F3CB;
--beige-300: #9FEAA3;
--beige-400: #6DDF72;
--beige-500: #43D64A;
--beige-600: #28B830;
--beige-700: #209226;
--beige-800: #17691B;
--beige-900: #0F4311;
--beige-950: #092A0B;
}