Beige

#C7F5D1

Green

Color Codes

All color formats for development

HEX
#C7F5D1
RGB
rgb(199, 245, 209)
HSL
hsl(133, 70%, 87%)
OKLCH
oklch(0.928 0.068 151.4)
CMYK
cmyk(19%, 0%, 15%, 4%)

Accessibility

WCAG contrast compliance

On White Background

1.21:1

AA AAA

On Black Background

17.41: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#A1EEB2
2#7BE893
3#56E174
4#30DA55
5#21BD43
6#1B9736
7#147128
8#0D4B1B
9#07260D

Tints

Lighter variations

1#CCF6D5
2#D2F7DA
3#D8F8DF
4#DDF9E3
5#E3FAE8
6#E8FBEC
7#EEFCF1
8#F4FDF6
9#F9FEFA

Tones

Muted variations

1#C9F3D2
2#CBF0D3
3#CEEED5
4#D0ECD6
5#D2E9D7
6#D5E7D9
7#D7E5DA
8#D9E2DB
9#DCE0DD

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF4
BackgroundsSubtle highlightsCard backgrounds
100
E1FA
#E1FAE6
Light backgroundsTable row hoverSkeleton loading
200
C7F5
#C7F5D1
Secondary backgroundsInput backgroundsDividers
300
9BED
#9BEDAD
BordersInactive statesPlaceholder text
400
67E4
#67E482
Disabled statesSecondary iconsMuted text
500
3CDD
#3CDD5F
Primary brand colorCTAsActive elementsLinks
600
22BF
#22BF44
Hover statesFocus ringsPrimary buttons hover
700
1B98
#1B9836
Active/pressed statesDark mode accentsSecondary text
800
136C
#136C26
Text on light backgroundsHeadingsStrong borders
900
0C45
#0C4519
Primary textHigh emphasis contentDark headings
950
082B
#082B0F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --beige-50: #F2FDF4;
  --beige-100: #E1FAE6;
  --beige-200: #C7F5D1;
  --beige-300: #9BEDAD;
  --beige-400: #67E482;
  --beige-500: #3CDD5F;
  --beige-600: #22BF44;
  --beige-700: #1B9836;
  --beige-800: #136C26;
  --beige-900: #0C4519;
  --beige-950: #082B0F;
}
Generate More ShadesCreate PaletteConvert Color