Beige

#C8F3D2

Green

Color Codes

All color formats for development

HEX
#C8F3D2
RGB
rgb(200, 243, 210)
HSL
hsl(134, 64%, 87%)
OKLCH
oklch(0.925 0.063 152)
CMYK
cmyk(18%, 0%, 14%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.22:1

AA AAA

On Black Background

17.21: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#A4EBB5
2#80E397
3#5BDB79
4#37D35C
5#28B649
6#20923A
7#186D2C
8#10491D
9#08240F

Tints

Lighter variations

1#CEF4D7
2#D4F5DB
3#D9F7E0
4#DEF8E4
5#E4F9E9
6#E9FAED
7#EFFBF2
8#F4FDF6
9#FAFEFB

Tones

Muted variations

1#CBF1D4
2#CDEFD5
3#CFEDD6
4#D1EBD7
5#D3E8D8
6#D5E6D9
7#D7E4DA
8#DAE2DC
9#DCE0DD

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FC
#F2FCF5
BackgroundsSubtle highlightsCard backgrounds
100
E2F9
#E2F9E7
Light backgroundsTable row hoverSkeleton loading
200
C9F3
#C9F3D3
Secondary backgroundsInput backgroundsDividers
300
9FEA
#9FEAB0
BordersInactive statesPlaceholder text
400
6DDF
#6DDF87
Disabled statesSecondary iconsMuted text
500
43D6
#43D665
Primary brand colorCTAsActive elementsLinks
600
28B8
#28B84A
Hover statesFocus ringsPrimary buttons hover
700
2092
#20923B
Active/pressed statesDark mode accentsSecondary text
800
1769
#17692A
Text on light backgroundsHeadingsStrong borders
900
0F43
#0F431B
Primary textHigh emphasis contentDark headings
950
092A
#092A11
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --beige-50: #F2FCF5;
  --beige-100: #E2F9E7;
  --beige-200: #C9F3D3;
  --beige-300: #9FEAB0;
  --beige-400: #6DDF87;
  --beige-500: #43D665;
  --beige-600: #28B84A;
  --beige-700: #20923B;
  --beige-800: #17692A;
  --beige-900: #0F431B;
  --beige-950: #092A11;
}
Generate More ShadesCreate PaletteConvert Color