Beige

#C3F8CF

Green

Color Codes

All color formats for development

HEX
#C3F8CF
RGB
rgb(195, 248, 207)
HSL
hsl(134, 79%, 87%)
OKLCH
oklch(0.932 0.077 151.6)
CMYK
cmyk(21%, 0%, 17%, 3%)

Accessibility

WCAG contrast compliance

On White Background

1.19:1

AA AAA

On Black Background

17.65: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#9CF3B0
2#74EF91
3#4DEA71
4#25E552
5#17C740
6#139F33
7#0E7727
8#094F1A
9#05280D

Tints

Lighter variations

1#CAF9D5
2#D0F9D9
3#D5FADE
4#DBFBE3
5#E1FCE7
6#E7FCEC
7#EDFDF1
8#F3FEF6
9#F9FEFA

Tones

Muted variations

1#C6F5D1
2#C9F3D3
3#CCF0D4
4#CEEED5
5#D1EBD7
6#D3E8D8
7#D6E6DA
8#D9E3DB
9#DBE0DC

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF4
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBE6
Light backgroundsTable row hoverSkeleton loading
200
C4F8
#C4F8D0
Secondary backgroundsInput backgroundsDividers
300
96F3
#96F3AC
BordersInactive statesPlaceholder text
400
5FEC
#5FEC80
Disabled statesSecondary iconsMuted text
500
32E7
#32E75C
Primary brand colorCTAsActive elementsLinks
600
18C9
#18C941
Hover statesFocus ringsPrimary buttons hover
700
13A0
#13A034
Active/pressed statesDark mode accentsSecondary text
800
0D72
#0D7225
Text on light backgroundsHeadingsStrong borders
900
0949
#094918
Primary textHigh emphasis contentDark headings
950
052E
#052E0F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --beige-50: #F1FDF4;
  --beige-100: #DFFBE6;
  --beige-200: #C4F8D0;
  --beige-300: #96F3AC;
  --beige-400: #5FEC80;
  --beige-500: #32E75C;
  --beige-600: #18C941;
  --beige-700: #13A034;
  --beige-800: #0D7225;
  --beige-900: #094918;
  --beige-950: #052E0F;
}
Generate More ShadesCreate PaletteConvert Color