Lavender

#C9F3E8

Green

Color Codes

All color formats for development

HEX
#C9F3E8
RGB
rgb(201, 243, 232)
HSL
hsl(164, 64%, 87%)
OKLCH
oklch(0.931 0.046 177.6)
CMYK
cmyk(17%, 0%, 5%, 5%)

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
#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#A4EBD8
2#80E3C9
3#5BDBB9
4#37D3AA
5#28B690
6#209273
7#186D56
8#10493A
9#08241D

Tints

Lighter variations

1#CEF4EA
2#D4F5EC
3#D9F7EF
4#DEF8F1
5#E4F9F3
6#E9FAF6
7#EFFBF8
8#F4FDFA
9#FAFEFD

Tones

Muted variations

1#CBF1E7
2#CDEFE6
3#CFEDE5
4#D1EBE4
5#D3E8E3
6#D5E6E2
7#D7E4E1
8#DAE2E0
9#DCE0DF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FC
#F2FCFA
BackgroundsSubtle highlightsCard backgrounds
100
E2F9
#E2F9F2
Light backgroundsTable row hoverSkeleton loading
200
C9F3
#C9F3E8
Secondary backgroundsInput backgroundsDividers
300
9FEA
#9FEAD6
BordersInactive statesPlaceholder text
400
6DDF
#6DDFC0
Disabled statesSecondary iconsMuted text
500
43D6
#43D6AF
Primary brand colorCTAsActive elementsLinks
600
28B8
#28B892
Hover statesFocus ringsPrimary buttons hover
700
2092
#209274
Active/pressed statesDark mode accentsSecondary text
800
1769
#176953
Text on light backgroundsHeadingsStrong borders
900
0F43
#0F4335
Primary textHigh emphasis contentDark headings
950
092A
#092A21
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F2FCFA;
  --lavender-100: #E2F9F2;
  --lavender-200: #C9F3E8;
  --lavender-300: #9FEAD6;
  --lavender-400: #6DDFC0;
  --lavender-500: #43D6AF;
  --lavender-600: #28B892;
  --lavender-700: #209274;
  --lavender-800: #176953;
  --lavender-900: #0F4335;
  --lavender-950: #092A21;
}
Generate More ShadesCreate PaletteConvert Color