Beige

#C7F5CD

Green

Color Codes

All color formats for development

HEX
#C7F5CD
RGB
rgb(199, 245, 205)
HSL
hsl(128, 70%, 87%)
OKLCH
oklch(0.927 0.072 148.6)
CMYK
cmyk(19%, 0%, 16%, 4%)

Accessibility

WCAG contrast compliance

On White Background

1.21:1

AA AAA

On Black Background

17.37: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#A1EEAB
2#7BE88A
3#56E168
4#30DA47
5#21BD36
6#1B972B
7#147120
8#0D4B16
9#07260B

Tints

Lighter variations

1#CCF6D2
2#D2F7D7
3#D8F8DC
4#DDF9E1
5#E3FAE6
6#E8FBEB
7#EEFCF0
8#F4FDF5
9#F9FEFA

Tones

Muted variations

1#C9F3CF
2#CBF0D0
3#CEEED2
4#D0ECD4
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
#C7F5CD
Secondary backgroundsInput backgroundsDividers
300
9BED
#9BEDA6
BordersInactive statesPlaceholder text
400
67E4
#67E478
Disabled statesSecondary iconsMuted text
500
3CDD
#3CDD51
Primary brand colorCTAsActive elementsLinks
600
22BF
#22BF37
Hover statesFocus ringsPrimary buttons hover
700
1B98
#1B982B
Active/pressed statesDark mode accentsSecondary text
800
136C
#136C1F
Text on light backgroundsHeadingsStrong borders
900
0C45
#0C4514
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: #C7F5CD;
  --beige-300: #9BEDA6;
  --beige-400: #67E478;
  --beige-500: #3CDD51;
  --beige-600: #22BF37;
  --beige-700: #1B982B;
  --beige-800: #136C1F;
  --beige-900: #0C4514;
  --beige-950: #082B0C;
}
Generate More ShadesCreate PaletteConvert Color