Beige

#C8F4D9

Green

Color Codes

All color formats for development

HEX
#C8F4D9
RGB
rgb(200, 244, 217)
HSL
hsl(143, 67%, 87%)
OKLCH
oklch(0.929 0.058 158.1)
CMYK
cmyk(18%, 0%, 11%, 4%)

Accessibility

WCAG contrast compliance

On White Background

1.21:1

AA AAA

On Black Background

17.40: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#A3EDBF
2#7EE5A5
3#58DE8C
4#33D772
5#25B95E
6#1D944B
7#166F38
8#0F4A25
9#072513

Tints

Lighter variations

1#CDF5DD
2#D3F6E0
3#D8F7E4
4#DEF8E8
5#E3FAEC
6#E9FBF0
7#EEFCF4
8#F4FDF7
9#F9FEFB

Tones

Muted variations

1#CAF2D9
2#CCF0DA
3#CEEDDA
4#D1EBDB
5#D3E9DB
6#D5E7DC
7#D7E5DC
8#D9E2DD
9#DCE0DD

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FC
#F2FCF6
BackgroundsSubtle highlightsCard backgrounds
100
E1F9
#E1F9EA
Light backgroundsTable row hoverSkeleton loading
200
C8F4
#C8F4D9
Secondary backgroundsInput backgroundsDividers
300
9DEC
#9DECBB
BordersInactive statesPlaceholder text
400
6AE2
#6AE298
Disabled statesSecondary iconsMuted text
500
3FD9
#3FD97A
Primary brand colorCTAsActive elementsLinks
600
25BB
#25BB5F
Hover statesFocus ringsPrimary buttons hover
700
1D95
#1D954B
Active/pressed statesDark mode accentsSecondary text
800
156A
#156A36
Text on light backgroundsHeadingsStrong borders
900
0D44
#0D4422
Primary textHigh emphasis contentDark headings
950
082B
#082B16
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --beige-50: #F2FCF6;
  --beige-100: #E1F9EA;
  --beige-200: #C8F4D9;
  --beige-300: #9DECBB;
  --beige-400: #6AE298;
  --beige-500: #3FD97A;
  --beige-600: #25BB5F;
  --beige-700: #1D954B;
  --beige-800: #156A36;
  --beige-900: #0D4422;
  --beige-950: #082B16;
}
Generate More ShadesCreate PaletteConvert Color