Beige

#C5F7D8

Green

Color Codes

All color formats for development

HEX
#C5F7D8
RGB
rgb(197, 247, 216)
HSL
hsl(143, 76%, 87%)
OKLCH
oklch(0.933 0.066 157.6)
CMYK
cmyk(20%, 0%, 13%, 3%)

Accessibility

WCAG contrast compliance

On White Background

1.19:1

AA AAA

On Black Background

17.67: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#9EF2BE
2#77ECA4
3#50E78A
4#28E26F
5#1BC35B
6#159C49
7#107537
8#0B4E25
9#052712

Tints

Lighter variations

1#CAF8DC
2#D0F9E0
3#D6F9E4
4#DCFAE8
5#E2FBEB
6#E8FCEF
7#EDFDF3
8#F3FDF7
9#F9FEFB

Tones

Muted variations

1#C7F5D9
2#CAF2D9
3#CCEFDA
4#CFEDDA
5#D1EADB
6#D4E8DB
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
#C5F7D8
Secondary backgroundsInput backgroundsDividers
300
98F1
#98F1BA
BordersInactive statesPlaceholder text
400
62EA
#62EA96
Disabled statesSecondary iconsMuted text
500
35E3
#35E378
Primary brand colorCTAsActive elementsLinks
600
1BC5
#1BC55C
Hover statesFocus ringsPrimary buttons hover
700
159D
#159D49
Active/pressed statesDark mode accentsSecondary text
800
0F70
#0F7034
Text on light backgroundsHeadingsStrong borders
900
0A48
#0A4822
Primary textHigh emphasis contentDark headings
950
062D
#062D15
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --beige-50: #F2FDF6;
  --beige-100: #E0FBEA;
  --beige-200: #C5F7D8;
  --beige-300: #98F1BA;
  --beige-400: #62EA96;
  --beige-500: #35E378;
  --beige-600: #1BC55C;
  --beige-700: #159D49;
  --beige-800: #0F7034;
  --beige-900: #0A4822;
  --beige-950: #062D15;
}
Generate More ShadesCreate PaletteConvert Color