Beige

#C7F5CC

Green

Color Codes

All color formats for development

HEX
#C7F5CC
RGB
rgb(199, 245, 204)
HSL
hsl(127, 70%, 87%)
OKLCH
oklch(0.927 0.073 147.9)
CMYK
cmyk(19%, 0%, 17%, 4%)

Accessibility

WCAG contrast compliance

On White Background

1.21:1

AA AAA

On Black Background

17.36: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#A1EEAA
2#7BE888
3#56E166
4#30DA44
5#21BD33
6#1B9729
7#14711F
8#0D4B15
9#07260A

Tints

Lighter variations

1#CCF6D1
2#D2F7D6
3#D8F8DB
4#DDF9E0
5#E3FAE6
6#E8FBEB
7#EEFCF0
8#F4FDF5
9#F9FEFA

Tones

Muted variations

1#C9F3CE
2#CBF0D0
3#CEEED1
4#D0ECD3
5#D2E9D5
6#D5E7D7
7#D7E5D9
8#D9E2DA
9#DCE0DC

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF3
BackgroundsSubtle highlightsCard backgrounds
100
E1FA
#E1FAE4
Light backgroundsTable row hoverSkeleton loading
200
C7F5
#C7F5CC
Secondary backgroundsInput backgroundsDividers
300
9BED
#9BEDA5
BordersInactive statesPlaceholder text
400
67E4
#67E476
Disabled statesSecondary iconsMuted text
500
3CDD
#3CDD4F
Primary brand colorCTAsActive elementsLinks
600
22BF
#22BF34
Hover statesFocus ringsPrimary buttons hover
700
1B98
#1B9829
Active/pressed statesDark mode accentsSecondary text
800
136C
#136C1E
Text on light backgroundsHeadingsStrong borders
900
0C45
#0C4513
Primary textHigh emphasis contentDark headings
950
082B
#082B0C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --beige-50: #F2FDF3;
  --beige-100: #E1FAE4;
  --beige-200: #C7F5CC;
  --beige-300: #9BEDA5;
  --beige-400: #67E476;
  --beige-500: #3CDD4F;
  --beige-600: #22BF34;
  --beige-700: #1B9829;
  --beige-800: #136C1E;
  --beige-900: #0C4513;
  --beige-950: #082B0C;
}
Generate More ShadesCreate PaletteConvert Color