Beige

#C3F8C9

Green

Color Codes

All color formats for development

HEX
#C3F8C9
RGB
rgb(195, 248, 201)
HSL
hsl(127, 79%, 87%)
OKLCH
oklch(0.93 0.083 147.9)
CMYK
cmyk(21%, 0%, 19%, 3%)

Accessibility

WCAG contrast compliance

On White Background

1.19:1

AA AAA

On Black Background

17.59: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#9CF3A6
2#74EF83
3#4DEA5F
4#25E53B
5#17C72C
6#139F23
7#0E771A
8#094F11
9#052809

Tints

Lighter variations

1#CAF9CF
2#D0F9D4
3#D5FADA
4#DBFBDF
5#E1FCE4
6#E7FCEA
7#EDFDEF
8#F3FEF4
9#F9FEFA

Tones

Muted variations

1#C6F5CC
2#C9F3CE
3#CCF0D0
4#CEEED2
5#D1EBD4
6#D3E8D6
7#D6E6D8
8#D9E3DA
9#DBE0DC

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF3
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBE2
Light backgroundsTable row hoverSkeleton loading
200
C4F8
#C4F8CA
Secondary backgroundsInput backgroundsDividers
300
96F3
#96F3A1
BordersInactive statesPlaceholder text
400
5FEC
#5FEC70
Disabled statesSecondary iconsMuted text
500
32E7
#32E747
Primary brand colorCTAsActive elementsLinks
600
18C9
#18C92C
Hover statesFocus ringsPrimary buttons hover
700
13A0
#13A023
Active/pressed statesDark mode accentsSecondary text
800
0D72
#0D7219
Text on light backgroundsHeadingsStrong borders
900
0949
#094910
Primary textHigh emphasis contentDark headings
950
052E
#052E0A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --beige-50: #F1FDF3;
  --beige-100: #DFFBE2;
  --beige-200: #C4F8CA;
  --beige-300: #96F3A1;
  --beige-400: #5FEC70;
  --beige-500: #32E747;
  --beige-600: #18C92C;
  --beige-700: #13A023;
  --beige-800: #0D7219;
  --beige-900: #094910;
  --beige-950: #052E0A;
}
Generate More ShadesCreate PaletteConvert Color