Beige

#C3F8C5

Green

Color Codes

All color formats for development

HEX
#C3F8C5
RGB
rgb(195, 248, 197)
HSL
hsl(122, 79%, 87%)
OKLCH
oklch(0.929 0.087 145.8)
CMYK
cmyk(21%, 0%, 21%, 3%)

Accessibility

WCAG contrast compliance

On White Background

1.20:1

AA AAA

On Black Background

17.55:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FD
100
#DFFB
200
#C4F8
300
#96F3
400
#5FEC
500
#32E7
600
#18C9
700
#13A0
800
#0D72
900
#0949
950
#052E

Shades

Darker variations

1#9CF39F
2#74EF78
3#4DEA52
4#25E52B
5#17C71D
6#139F17
7#0E7711
8#094F0C
9#052806

Tints

Lighter variations

1#CAF9CB
2#D0F9D1
3#D5FAD7
4#DBFBDC
5#E1FCE2
6#E7FCE8
7#EDFDEE
8#F3FEF3
9#F9FEF9

Tones

Muted variations

1#C6F5C8
2#C9F3CA
3#CCF0CD
4#CEEECF
5#D1EBD2
6#D3E8D4
7#D6E6D7
8#D9E3D9
9#DBE0DB

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF2
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBE0
Light backgroundsTable row hoverSkeleton loading
200
C4F8
#C4F8C5
Secondary backgroundsInput backgroundsDividers
300
96F3
#96F399
BordersInactive statesPlaceholder text
400
5FEC
#5FEC64
Disabled statesSecondary iconsMuted text
500
32E7
#32E738
Primary brand colorCTAsActive elementsLinks
600
18C9
#18C91D
Hover statesFocus ringsPrimary buttons hover
700
13A0
#13A017
Active/pressed statesDark mode accentsSecondary text
800
0D72
#0D7211
Text on light backgroundsHeadingsStrong borders
900
0949
#09490B
Primary textHigh emphasis contentDark headings
950
052E
#052E07
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --beige-50: #F1FDF2;
  --beige-100: #DFFBE0;
  --beige-200: #C4F8C5;
  --beige-300: #96F399;
  --beige-400: #5FEC64;
  --beige-500: #32E738;
  --beige-600: #18C91D;
  --beige-700: #13A017;
  --beige-800: #0D7211;
  --beige-900: #09490B;
  --beige-950: #052E07;
}
Generate More ShadesCreate PaletteConvert Color