Beige

#C8F3C8

Green

Color Codes

All color formats for development

HEX
#C8F3C8
RGB
rgb(200, 243, 200)
HSL
hsl(120, 64%, 87%)
OKLCH
oklch(0.923 0.073 145)
CMYK
cmyk(18%, 0%, 18%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.23:1

AA AAA

On Black Background

17.11:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FC
100
#E2F9
200
#C9F3
300
#9FEA
400
#6DDF
500
#43D6
600
#28B8
700
#2092
800
#1769
900
#0F43
950
#092A

Shades

Darker variations

1#A4EBA4
2#80E380
3#5BDB5B
4#37D337
5#28B628
6#209220
7#186D18
8#104910
9#082408

Tints

Lighter variations

1#CEF4CE
2#D4F5D4
3#D9F7D9
4#DEF8DE
5#E4F9E4
6#E9FAE9
7#EFFBEF
8#F4FDF4
9#FAFEFA

Tones

Muted variations

1#CBF1CB
2#CDEFCD
3#CFEDCF
4#D1EBD1
5#D3E8D3
6#D5E6D5
7#D7E4D7
8#DAE2DA
9#DCE0DC

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FC
#F2FCF2
BackgroundsSubtle highlightsCard backgrounds
100
E2F9
#E2F9E2
Light backgroundsTable row hoverSkeleton loading
200
C9F3
#C9F3C9
Secondary backgroundsInput backgroundsDividers
300
9FEA
#9FEA9F
BordersInactive statesPlaceholder text
400
6DDF
#6DDF6D
Disabled statesSecondary iconsMuted text
500
43D6
#43D643
Primary brand colorCTAsActive elementsLinks
600
28B8
#28B828
Hover statesFocus ringsPrimary buttons hover
700
2092
#209220
Active/pressed statesDark mode accentsSecondary text
800
1769
#176917
Text on light backgroundsHeadingsStrong borders
900
0F43
#0F430F
Primary textHigh emphasis contentDark headings
950
092A
#092A09
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --beige-50: #F2FCF2;
  --beige-100: #E2F9E2;
  --beige-200: #C9F3C9;
  --beige-300: #9FEA9F;
  --beige-400: #6DDF6D;
  --beige-500: #43D643;
  --beige-600: #28B828;
  --beige-700: #209220;
  --beige-800: #176917;
  --beige-900: #0F430F;
  --beige-950: #092A09;
}
Generate More ShadesCreate PaletteConvert Color