Beige

#C7F4C8

Green

Color Codes

All color formats for development

HEX
#C7F4C8
RGB
rgb(199, 244, 200)
HSL
hsl(121, 67%, 87%)
OKLCH
oklch(0.924 0.075 145.5)
CMYK
cmyk(18%, 0%, 18%, 4%)

Accessibility

WCAG contrast compliance

On White Background

1.22:1

AA AAA

On Black Background

17.20: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#A3EDA4
2#7EE57F
3#58DE5B
4#33D736
5#25B927
6#1D941F
7#166F17
8#0F4A10
9#072508

Tints

Lighter variations

1#CDF5CE
2#D3F6D3
3#D8F7D9
4#DEF8DE
5#E3FAE4
6#E9FBE9
7#EEFCEF
8#F4FDF4
9#F9FEFA

Tones

Muted variations

1#CAF2CB
2#CCF0CD
3#CEEDCF
4#D1EBD1
5#D3E9D3
6#D5E7D5
7#D7E5D7
8#D9E2DA
9#DCE0DC

Usage Guidelines

Recommended use cases for each shade level

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

Export Code

Copy ready-to-use code for your project

:root {
  --beige-50: #F2FCF2;
  --beige-100: #E1F9E2;
  --beige-200: #C8F4C8;
  --beige-300: #9DEC9E;
  --beige-400: #6AE26C;
  --beige-500: #3FD942;
  --beige-600: #25BB28;
  --beige-700: #1D951F;
  --beige-800: #156A16;
  --beige-900: #0D440E;
  --beige-950: #082B09;
}
Generate More ShadesCreate PaletteConvert Color