Beige

#C7F5D7

Green

Color Codes

All color formats for development

HEX
#C7F5D7
RGB
rgb(199, 245, 215)
HSL
hsl(141, 70%, 87%)
OKLCH
oklch(0.93 0.062 156.4)
CMYK
cmyk(19%, 0%, 12%, 4%)

Accessibility

WCAG contrast compliance

On White Background

1.20:1

AA AAA

On Black Background

17.47:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FD
100
#E1FA
200
#C7F5
300
#9BED
400
#67E4
500
#3CDD
600
#22BF
700
#1B98
800
#136C
900
#0C45
950
#082B

Shades

Darker variations

1#A1EEBC
2#7BE8A1
3#56E186
4#30DA6C
5#21BD58
6#1B9746
7#147135
8#0D4B23
9#072612

Tints

Lighter variations

1#CCF6DB
2#D2F7DF
3#D8F8E3
4#DDF9E7
5#E3FAEB
6#E8FBEF
7#EEFCF3
8#F4FDF7
9#F9FEFB

Tones

Muted variations

1#C9F3D8
2#CBF0D8
3#CEEED9
4#D0ECDA
5#D2E9DA
6#D5E7DB
7#D7E5DC
8#D9E2DC
9#DCE0DD

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF6
BackgroundsSubtle highlightsCard backgrounds
100
E1FA
#E1FAE9
Light backgroundsTable row hoverSkeleton loading
200
C7F5
#C7F5D7
Secondary backgroundsInput backgroundsDividers
300
9BED
#9BEDB8
BordersInactive statesPlaceholder text
400
67E4
#67E493
Disabled statesSecondary iconsMuted text
500
3CDD
#3CDD74
Primary brand colorCTAsActive elementsLinks
600
22BF
#22BF59
Hover statesFocus ringsPrimary buttons hover
700
1B98
#1B9847
Active/pressed statesDark mode accentsSecondary text
800
136C
#136C32
Text on light backgroundsHeadingsStrong borders
900
0C45
#0C4520
Primary textHigh emphasis contentDark headings
950
082B
#082B14
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --beige-50: #F2FDF6;
  --beige-100: #E1FAE9;
  --beige-200: #C7F5D7;
  --beige-300: #9BEDB8;
  --beige-400: #67E493;
  --beige-500: #3CDD74;
  --beige-600: #22BF59;
  --beige-700: #1B9847;
  --beige-800: #136C32;
  --beige-900: #0C4520;
  --beige-950: #082B14;
}
Generate More ShadesCreate PaletteConvert Color