Beige

#C3F8D6

Green

Color Codes

All color formats for development

HEX
#C3F8D6
RGB
rgb(195, 248, 214)
HSL
hsl(142, 79%, 87%)
OKLCH
oklch(0.934 0.071 156.6)
CMYK
cmyk(21%, 0%, 14%, 3%)

Accessibility

WCAG contrast compliance

On White Background

1.19:1

AA AAA

On Black Background

17.72:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FD
100
#DFFB
200
#C4F8
300
#96F3
400
#5FEC
500
#32E7
600
#18C9
700
#13A0
800
#0D72
900
#0949
950
#052E

Shades

Darker variations

1#9CF3BC
2#74EFA1
3#4DEA86
4#25E56B
5#17C758
6#139F46
7#0E7735
8#094F23
9#052812

Tints

Lighter variations

1#CAF9DB
2#D0F9DF
3#D5FAE3
4#DBFBE7
5#E1FCEB
6#E7FCEF
7#EDFDF3
8#F3FEF7
9#F9FEFB

Tones

Muted variations

1#C6F5D8
2#C9F3D8
3#CCF0D9
4#CEEEDA
5#D1EBDA
6#D3E8DB
7#D6E6DC
8#D9E3DC
9#DBE0DD

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF6
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBE9
Light backgroundsTable row hoverSkeleton loading
200
C4F8
#C4F8D7
Secondary backgroundsInput backgroundsDividers
300
96F3
#96F3B8
BordersInactive statesPlaceholder text
400
5FEC
#5FEC93
Disabled statesSecondary iconsMuted text
500
32E7
#32E774
Primary brand colorCTAsActive elementsLinks
600
18C9
#18C959
Hover statesFocus ringsPrimary buttons hover
700
13A0
#13A046
Active/pressed statesDark mode accentsSecondary text
800
0D72
#0D7232
Text on light backgroundsHeadingsStrong borders
900
0949
#094920
Primary textHigh emphasis contentDark headings
950
052E
#052E14
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --beige-50: #F1FDF6;
  --beige-100: #DFFBE9;
  --beige-200: #C4F8D7;
  --beige-300: #96F3B8;
  --beige-400: #5FEC93;
  --beige-500: #32E774;
  --beige-600: #18C959;
  --beige-700: #13A046;
  --beige-800: #0D7232;
  --beige-900: #094920;
  --beige-950: #052E14;
}
Generate More ShadesCreate PaletteConvert Color