Beige

#C7F4C7

Green

Color Codes

All color formats for development

HEX
#C7F4C7
RGB
rgb(199, 244, 199)
HSL
hsl(120, 67%, 87%)
OKLCH
oklch(0.924 0.076 144.9)
CMYK
cmyk(18%, 0%, 18%, 4%)

Accessibility

WCAG contrast compliance

On White Background

1.22:1

AA AAA

On Black Background

17.19:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FC
100
#E1F9
200
#C8F4
300
#9DEC
400
#6AE2
500
#3FD9
600
#25BB
700
#1D95
800
#156A
900
#0D44
950
#082B

Shades

Darker variations

1#A3EDA3
2#7EE57E
3#58DE58
4#33D733
5#25B925
6#1D941D
7#166F16
8#0F4A0F
9#072507

Tints

Lighter variations

1#CDF5CD
2#D3F6D3
3#D8F7D8
4#DEF8DE
5#E3FAE3
6#E9FBE9
7#EEFCEE
8#F4FDF4
9#F9FEF9

Tones

Muted variations

1#CAF2CA
2#CCF0CC
3#CEEDCE
4#D1EBD1
5#D3E9D3
6#D5E7D5
7#D7E5D7
8#D9E2D9
9#DCE0DC

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FC
#F2FCF2
BackgroundsSubtle highlightsCard backgrounds
100
E1F9
#E1F9E1
Light backgroundsTable row hoverSkeleton loading
200
C8F4
#C8F4C8
Secondary backgroundsInput backgroundsDividers
300
9DEC
#9DEC9D
BordersInactive statesPlaceholder text
400
6AE2
#6AE26A
Disabled statesSecondary iconsMuted text
500
3FD9
#3FD93F
Primary brand colorCTAsActive elementsLinks
600
25BB
#25BB25
Hover statesFocus ringsPrimary buttons hover
700
1D95
#1D951D
Active/pressed statesDark mode accentsSecondary text
800
156A
#156A15
Text on light backgroundsHeadingsStrong borders
900
0D44
#0D440D
Primary textHigh emphasis contentDark headings
950
082B
#082B08
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --beige-50: #F2FCF2;
  --beige-100: #E1F9E1;
  --beige-200: #C8F4C8;
  --beige-300: #9DEC9D;
  --beige-400: #6AE26A;
  --beige-500: #3FD93F;
  --beige-600: #25BB25;
  --beige-700: #1D951D;
  --beige-800: #156A15;
  --beige-900: #0D440D;
  --beige-950: #082B08;
}
Generate More ShadesCreate PaletteConvert Color