Beige

#C5F7D9

Green

Color Codes

All color formats for development

HEX
#C5F7D9
RGB
rgb(197, 247, 217)
HSL
hsl(144, 76%, 87%)
OKLCH
oklch(0.933 0.065 158.5)
CMYK
cmyk(20%, 0%, 12%, 3%)

Accessibility

WCAG contrast compliance

On White Background

1.19:1

AA AAA

On Black Background

17.68: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#9EF2BF
2#77ECA6
3#50E78C
4#28E273
5#1BC35E
6#159C4B
7#107538
8#0B4E26
9#052713

Tints

Lighter variations

1#CAF8DD
2#D0F9E0
3#D6F9E4
4#DCFAE8
5#E2FBEC
6#E8FCF0
7#EDFDF4
8#F3FDF7
9#F9FEFB

Tones

Muted variations

1#C7F5D9
2#CAF2DA
3#CCEFDA
4#CFEDDB
5#D1EADB
6#D4E8DC
7#D6E5DC
8#D9E3DD
9#DBE0DD

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF6
BackgroundsSubtle highlightsCard backgrounds
100
E0FB
#E0FBEA
Light backgroundsTable row hoverSkeleton loading
200
C5F7
#C5F7D9
Secondary backgroundsInput backgroundsDividers
300
98F1
#98F1BB
BordersInactive statesPlaceholder text
400
62EA
#62EA98
Disabled statesSecondary iconsMuted text
500
35E3
#35E37B
Primary brand colorCTAsActive elementsLinks
600
1BC5
#1BC55F
Hover statesFocus ringsPrimary buttons hover
700
159D
#159D4C
Active/pressed statesDark mode accentsSecondary text
800
0F70
#0F7036
Text on light backgroundsHeadingsStrong borders
900
0A48
#0A4823
Primary textHigh emphasis contentDark headings
950
062D
#062D16
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --beige-50: #F2FDF6;
  --beige-100: #E0FBEA;
  --beige-200: #C5F7D9;
  --beige-300: #98F1BB;
  --beige-400: #62EA98;
  --beige-500: #35E37B;
  --beige-600: #1BC55F;
  --beige-700: #159D4C;
  --beige-800: #0F7036;
  --beige-900: #0A4823;
  --beige-950: #062D16;
}
Generate More ShadesCreate PaletteConvert Color