Lavender

#C8F3E5

Green

Color Codes

All color formats for development

HEX
#C8F3E5
RGB
rgb(200, 243, 229)
HSL
hsl(160, 64%, 87%)
OKLCH
oklch(0.93 0.048 173.5)
CMYK
cmyk(18%, 0%, 6%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.21:1

AA AAA

On Black Background

17.41: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#A4EBD3
2#80E3C2
3#5BDBB1
4#37D39F
5#28B687
6#20926C
7#186D51
8#104936
9#08241B

Tints

Lighter variations

1#CEF4E8
2#D4F5EA
3#D9F7ED
4#DEF8EF
5#E4F9F2
6#E9FAF5
7#EFFBF7
8#F4FDFA
9#FAFEFC

Tones

Muted variations

1#CBF1E4
2#CDEFE4
3#CFEDE3
4#D1EBE2
5#D3E8E1
6#D5E6E1
7#D7E4E0
8#DAE2DF
9#DCE0DF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FC
#F2FCF9
BackgroundsSubtle highlightsCard backgrounds
100
E2F9
#E2F9F1
Light backgroundsTable row hoverSkeleton loading
200
C9F3
#C9F3E5
Secondary backgroundsInput backgroundsDividers
300
9FEA
#9FEAD1
BordersInactive statesPlaceholder text
400
6DDF
#6DDFB9
Disabled statesSecondary iconsMuted text
500
43D6
#43D6A5
Primary brand colorCTAsActive elementsLinks
600
28B8
#28B888
Hover statesFocus ringsPrimary buttons hover
700
2092
#20926C
Active/pressed statesDark mode accentsSecondary text
800
1769
#17694D
Text on light backgroundsHeadingsStrong borders
900
0F43
#0F4332
Primary textHigh emphasis contentDark headings
950
092A
#092A1F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F2FCF9;
  --lavender-100: #E2F9F1;
  --lavender-200: #C9F3E5;
  --lavender-300: #9FEAD1;
  --lavender-400: #6DDFB9;
  --lavender-500: #43D6A5;
  --lavender-600: #28B888;
  --lavender-700: #20926C;
  --lavender-800: #17694D;
  --lavender-900: #0F4332;
  --lavender-950: #092A1F;
}
Generate More ShadesCreate PaletteConvert Color