Beige

#C5F7CC

Green

Color Codes

All color formats for development

HEX
#C5F7CC
RGB
rgb(197, 247, 204)
HSL
hsl(128, 76%, 87%)
OKLCH
oklch(0.93 0.077 148.8)
CMYK
cmyk(20%, 0%, 17%, 3%)

Accessibility

WCAG contrast compliance

On White Background

1.20:1

AA AAA

On Black Background

17.55: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#9EF2A9
2#77EC86
3#50E764
4#28E241
5#1BC331
6#159C27
7#10751D
8#0B4E14
9#05270A

Tints

Lighter variations

1#CAF8D1
2#D0F9D6
3#D6F9DB
4#DCFAE0
5#E2FBE5
6#E8FCEA
7#EDFDF0
8#F3FDF5
9#F9FEFA

Tones

Muted variations

1#C7F5CD
2#CAF2CF
3#CCEFD1
4#CFEDD3
5#D1EAD5
6#D4E8D6
7#D6E5D8
8#D9E3DA
9#DBE0DC

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF3
BackgroundsSubtle highlightsCard backgrounds
100
E0FB
#E0FBE3
Light backgroundsTable row hoverSkeleton loading
200
C5F7
#C5F7CB
Secondary backgroundsInput backgroundsDividers
300
98F1
#98F1A4
BordersInactive statesPlaceholder text
400
62EA
#62EA74
Disabled statesSecondary iconsMuted text
500
35E3
#35E34C
Primary brand colorCTAsActive elementsLinks
600
1BC5
#1BC532
Hover statesFocus ringsPrimary buttons hover
700
159D
#159D28
Active/pressed statesDark mode accentsSecondary text
800
0F70
#0F701C
Text on light backgroundsHeadingsStrong borders
900
0A48
#0A4812
Primary textHigh emphasis contentDark headings
950
062D
#062D0B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --beige-50: #F2FDF3;
  --beige-100: #E0FBE3;
  --beige-200: #C5F7CB;
  --beige-300: #98F1A4;
  --beige-400: #62EA74;
  --beige-500: #35E34C;
  --beige-600: #1BC532;
  --beige-700: #159D28;
  --beige-800: #0F701C;
  --beige-900: #0A4812;
  --beige-950: #062D0B;
}
Generate More ShadesCreate PaletteConvert Color