Beige

#C4F8C7

Green

Color Codes

All color formats for development

HEX
#C4F8C7
RGB
rgb(196, 248, 199)
HSL
hsl(123, 79%, 87%)
OKLCH
oklch(0.931 0.085 146.4)
CMYK
cmyk(21%, 0%, 20%, 3%)

Accessibility

WCAG contrast compliance

On White Background

1.19:1

AA AAA

On Black Background

17.60: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#9CF3A0
2#74EF7A
3#4DEA54
4#25E52E
5#17C720
6#139F1A
7#0E7713
8#094F0D
9#052806

Tints

Lighter variations

1#CAF9CC
2#D0F9D2
3#D5FAD7
4#DBFBDD
5#E1FCE3
6#E7FCE8
7#EDFDEE
8#F3FEF4
9#F9FEF9

Tones

Muted variations

1#C6F5C9
2#C9F3CB
3#CCF0CD
4#CEEED0
5#D1EBD2
6#D3E8D4
7#D6E6D7
8#D9E3D9
9#DBE0DB

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF2
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBE0
Light backgroundsTable row hoverSkeleton loading
200
C4F8
#C4F8C6
Secondary backgroundsInput backgroundsDividers
300
96F3
#96F39B
BordersInactive statesPlaceholder text
400
5FEC
#5FEC66
Disabled statesSecondary iconsMuted text
500
32E7
#32E73B
Primary brand colorCTAsActive elementsLinks
600
18C9
#18C920
Hover statesFocus ringsPrimary buttons hover
700
13A0
#13A01A
Active/pressed statesDark mode accentsSecondary text
800
0D72
#0D7212
Text on light backgroundsHeadingsStrong borders
900
0949
#09490C
Primary textHigh emphasis contentDark headings
950
052E
#052E07
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --beige-50: #F1FDF2;
  --beige-100: #DFFBE0;
  --beige-200: #C4F8C6;
  --beige-300: #96F39B;
  --beige-400: #5FEC66;
  --beige-500: #32E73B;
  --beige-600: #18C920;
  --beige-700: #13A01A;
  --beige-800: #0D7212;
  --beige-900: #09490C;
  --beige-950: #052E07;
}
Generate More ShadesCreate PaletteConvert Color