Beige

#C5F7C6

Green

Color Codes

All color formats for development

HEX
#C5F7C6
RGB
rgb(197, 247, 198)
HSL
hsl(121, 76%, 87%)
OKLCH
oklch(0.929 0.083 145.4)
CMYK
cmyk(20%, 0%, 20%, 3%)

Accessibility

WCAG contrast compliance

On White Background

1.20:1

AA AAA

On Black Background

17.49:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FD
100
#E0FB
200
#C5F7
300
#98F1
400
#62EA
500
#35E3
600
#1BC5
700
#159D
800
#0F70
900
#0A48
950
#062D

Shades

Darker variations

1#9EF29F
2#77EC79
3#50E752
4#28E22C
5#1BC31D
6#159C18
7#107512
8#0B4E0C
9#052706

Tints

Lighter variations

1#CAF8CB
2#D0F9D1
3#D6F9D7
4#DCFADC
5#E2FBE2
6#E8FCE8
7#EDFDEE
8#F3FDF3
9#F9FEF9

Tones

Muted variations

1#C7F5C8
2#CAF2CA
3#CCEFCD
4#CFEDCF
5#D1EAD2
6#D4E8D4
7#D6E5D7
8#D9E3D9
9#DBE0DB

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF2
BackgroundsSubtle highlightsCard backgrounds
100
E0FB
#E0FBE0
Light backgroundsTable row hoverSkeleton loading
200
C5F7
#C5F7C5
Secondary backgroundsInput backgroundsDividers
300
98F1
#98F199
BordersInactive statesPlaceholder text
400
62EA
#62EA64
Disabled statesSecondary iconsMuted text
500
35E3
#35E338
Primary brand colorCTAsActive elementsLinks
600
1BC5
#1BC51E
Hover statesFocus ringsPrimary buttons hover
700
159D
#159D18
Active/pressed statesDark mode accentsSecondary text
800
0F70
#0F7011
Text on light backgroundsHeadingsStrong borders
900
0A48
#0A480B
Primary textHigh emphasis contentDark headings
950
062D
#062D07
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --beige-50: #F2FDF2;
  --beige-100: #E0FBE0;
  --beige-200: #C5F7C5;
  --beige-300: #98F199;
  --beige-400: #62EA64;
  --beige-500: #35E338;
  --beige-600: #1BC51E;
  --beige-700: #159D18;
  --beige-800: #0F7011;
  --beige-900: #0A480B;
  --beige-950: #062D07;
}
Generate More ShadesCreate PaletteConvert Color