Beige

#C8F4D4

Green

Color Codes

All color formats for development

HEX
#C8F4D4
RGB
rgb(200, 244, 212)
HSL
hsl(136, 67%, 87%)
OKLCH
oklch(0.928 0.063 153.5)
CMYK
cmyk(18%, 0%, 13%, 4%)

Accessibility

WCAG contrast compliance

On White Background

1.21:1

AA AAA

On Black Background

17.35: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#A3EDB6
2#7EE599
3#58DE7C
4#33D75F
5#25B94C
6#1D943D
7#166F2E
8#0F4A1E
9#07250F

Tints

Lighter variations

1#CDF5D8
2#D3F6DC
3#D8F7E1
4#DEF8E5
5#E3FAE9
6#E9FBEE
7#EEFCF2
8#F4FDF6
9#F9FEFB

Tones

Muted variations

1#CAF2D5
2#CCF0D6
3#CEEDD7
4#D1EBD8
5#D3E9D9
6#D5E7DA
7#D7E5DB
8#D9E2DC
9#DCE0DD

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FC
#F2FCF5
BackgroundsSubtle highlightsCard backgrounds
100
E1F9
#E1F9E8
Light backgroundsTable row hoverSkeleton loading
200
C8F4
#C8F4D3
Secondary backgroundsInput backgroundsDividers
300
9DEC
#9DECB2
BordersInactive statesPlaceholder text
400
6AE2
#6AE28A
Disabled statesSecondary iconsMuted text
500
3FD9
#3FD968
Primary brand colorCTAsActive elementsLinks
600
25BB
#25BB4D
Hover statesFocus ringsPrimary buttons hover
700
1D95
#1D953D
Active/pressed statesDark mode accentsSecondary text
800
156A
#156A2C
Text on light backgroundsHeadingsStrong borders
900
0D44
#0D441C
Primary textHigh emphasis contentDark headings
950
082B
#082B12
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --beige-50: #F2FCF5;
  --beige-100: #E1F9E8;
  --beige-200: #C8F4D3;
  --beige-300: #9DECB2;
  --beige-400: #6AE28A;
  --beige-500: #3FD968;
  --beige-600: #25BB4D;
  --beige-700: #1D953D;
  --beige-800: #156A2C;
  --beige-900: #0D441C;
  --beige-950: #082B12;
}
Generate More ShadesCreate PaletteConvert Color