Lavender

#C9F3E1

Green

Color Codes

All color formats for development

HEX
#C9F3E1
RGB
rgb(201, 243, 225)
HSL
hsl(154, 64%, 87%)
OKLCH
oklch(0.93 0.05 167.4)
CMYK
cmyk(17%, 0%, 7%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.21:1

AA AAA

On Black Background

17.39:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FC
100
#E2F9
200
#C9F3
300
#9FEA
400
#6DDF
500
#43D6
600
#28B8
700
#2092
800
#1769
900
#0F43
950
#092A

Shades

Darker variations

1#A4EBCC
2#80E3B8
3#5BDBA4
4#37D390
5#28B678
6#209260
7#186D48
8#104930
9#082418

Tints

Lighter variations

1#CEF4E4
2#D4F5E7
3#D9F7EA
4#DEF8ED
5#E4F9F0
6#E9FAF3
7#EFFBF6
8#F4FDF9
9#FAFEFC

Tones

Muted variations

1#CBF1E0
2#CDEFE0
3#CFEDE0
4#D1EBE0
5#D3E8DF
6#D5E6DF
7#D7E4DF
8#DAE2DE
9#DCE0DE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FC
#F2FCF8
BackgroundsSubtle highlightsCard backgrounds
100
E2F9
#E2F9EF
Light backgroundsTable row hoverSkeleton loading
200
C9F3
#C9F3E1
Secondary backgroundsInput backgroundsDividers
300
9FEA
#9FEAC9
BordersInactive statesPlaceholder text
400
6DDF
#6DDFAD
Disabled statesSecondary iconsMuted text
500
43D6
#43D696
Primary brand colorCTAsActive elementsLinks
600
28B8
#28B87A
Hover statesFocus ringsPrimary buttons hover
700
2092
#209261
Active/pressed statesDark mode accentsSecondary text
800
1769
#176945
Text on light backgroundsHeadingsStrong borders
900
0F43
#0F432C
Primary textHigh emphasis contentDark headings
950
092A
#092A1C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F2FCF8;
  --lavender-100: #E2F9EF;
  --lavender-200: #C9F3E1;
  --lavender-300: #9FEAC9;
  --lavender-400: #6DDFAD;
  --lavender-500: #43D696;
  --lavender-600: #28B87A;
  --lavender-700: #209261;
  --lavender-800: #176945;
  --lavender-900: #0F432C;
  --lavender-950: #092A1C;
}
Generate More ShadesCreate PaletteConvert Color