Beige

#C6F6D1

Green

Color Codes

All color formats for development

HEX
#C6F6D1
RGB
rgb(198, 246, 209)
HSL
hsl(134, 73%, 87%)
OKLCH
oklch(0.93 0.07 151.8)
CMYK
cmyk(20%, 0%, 15%, 4%)

Accessibility

WCAG contrast compliance

On White Background

1.20:1

AA AAA

On Black Background

17.50:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FD
100
#E0FA
200
#C6F6
300
#9AEF
400
#65E7
500
#38E0
600
#1EC2
700
#189A
800
#116E
900
#0B47
950
#072C

Shades

Darker variations

1#9FF0B2
2#79EA93
3#53E474
4#2CDE56
5#1EC044
6#189A36
7#127329
8#0C4D1B
9#06260E

Tints

Lighter variations

1#CBF7D6
2#D1F8DA
3#D7F9DF
4#DDFAE3
5#E2FBE8
6#E8FBED
7#EEFCF1
8#F4FDF6
9#F9FEFA

Tones

Muted variations

1#C8F4D2
2#CAF1D4
3#CDEFD5
4#CFECD6
5#D2EAD7
6#D4E8D9
7#D7E5DA
8#D9E3DB
9#DBE0DD

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF4
BackgroundsSubtle highlightsCard backgrounds
100
E0FA
#E0FAE6
Light backgroundsTable row hoverSkeleton loading
200
C6F6
#C6F6D1
Secondary backgroundsInput backgroundsDividers
300
9AEF
#9AEFAE
BordersInactive statesPlaceholder text
400
65E7
#65E783
Disabled statesSecondary iconsMuted text
500
38E0
#38E060
Primary brand colorCTAsActive elementsLinks
600
1EC2
#1EC245
Hover statesFocus ringsPrimary buttons hover
700
189A
#189A37
Active/pressed statesDark mode accentsSecondary text
800
116E
#116E27
Text on light backgroundsHeadingsStrong borders
900
0B47
#0B4719
Primary textHigh emphasis contentDark headings
950
072C
#072C10
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --beige-50: #F2FDF4;
  --beige-100: #E0FAE6;
  --beige-200: #C6F6D1;
  --beige-300: #9AEFAE;
  --beige-400: #65E783;
  --beige-500: #38E060;
  --beige-600: #1EC245;
  --beige-700: #189A37;
  --beige-800: #116E27;
  --beige-900: #0B4719;
  --beige-950: #072C10;
}
Generate More ShadesCreate PaletteConvert Color