Beige

#C6F5CE

Green

Color Codes

All color formats for development

HEX
#C6F5CE
RGB
rgb(198, 245, 206)
HSL
hsl(130, 70%, 87%)
OKLCH
oklch(0.927 0.071 149.8)
CMYK
cmyk(19%, 0%, 16%, 4%)

Accessibility

WCAG contrast compliance

On White Background

1.21:1

AA AAA

On Black Background

17.35:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FD
100
#E1FA
200
#C7F5
300
#9BED
400
#67E4
500
#3CDD
600
#22BF
700
#1B98
800
#136C
900
#0C45
950
#082B

Shades

Darker variations

1#A1EEAE
2#7BE88D
3#56E16D
4#30DA4C
5#21BD3B
6#1B972F
7#147123
8#0D4B18
9#07260C

Tints

Lighter variations

1#CCF6D3
2#D2F7D8
3#D8F8DD
4#DDF9E2
5#E3FAE7
6#E8FBEC
7#EEFCF0
8#F4FDF5
9#F9FEFA

Tones

Muted variations

1#C9F3D0
2#CBF0D1
3#CEEED3
4#D0ECD5
5#D2E9D6
6#D5E7D8
7#D7E5D9
8#D9E2DB
9#DCE0DC

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF4
BackgroundsSubtle highlightsCard backgrounds
100
E1FA
#E1FAE5
Light backgroundsTable row hoverSkeleton loading
200
C7F5
#C7F5CE
Secondary backgroundsInput backgroundsDividers
300
9BED
#9BEDA9
BordersInactive statesPlaceholder text
400
67E4
#67E47C
Disabled statesSecondary iconsMuted text
500
3CDD
#3CDD57
Primary brand colorCTAsActive elementsLinks
600
22BF
#22BF3C
Hover statesFocus ringsPrimary buttons hover
700
1B98
#1B9830
Active/pressed statesDark mode accentsSecondary text
800
136C
#136C22
Text on light backgroundsHeadingsStrong borders
900
0C45
#0C4516
Primary textHigh emphasis contentDark headings
950
082B
#082B0E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --beige-50: #F2FDF4;
  --beige-100: #E1FAE5;
  --beige-200: #C7F5CE;
  --beige-300: #9BEDA9;
  --beige-400: #67E47C;
  --beige-500: #3CDD57;
  --beige-600: #22BF3C;
  --beige-700: #1B9830;
  --beige-800: #136C22;
  --beige-900: #0C4516;
  --beige-950: #082B0E;
}
Generate More ShadesCreate PaletteConvert Color