Lavender

#C8F3DF

Green

Color Codes

All color formats for development

HEX
#C8F3DF
RGB
rgb(200, 243, 223)
HSL
hsl(152, 64%, 87%)
OKLCH
oklch(0.928 0.052 165.4)
CMYK
cmyk(18%, 0%, 8%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.21:1

AA AAA

On Black Background

17.34: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#A4EBCA
2#80E3B5
3#5BDBA0
4#37D38A
5#28B674
6#20925D
7#186D45
8#10492E
9#082417

Tints

Lighter variations

1#CEF4E2
2#D4F5E6
3#D9F7E9
4#DEF8EC
5#E4F9EF
6#E9FAF2
7#EFFBF5
8#F4FDF9
9#FAFEFC

Tones

Muted variations

1#CBF1DF
2#CDEFDF
3#CFEDDF
4#D1EBDF
5#D3E8DF
6#D5E6DE
7#D7E4DE
8#DAE2DE
9#DCE0DE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FC
#F2FCF8
BackgroundsSubtle highlightsCard backgrounds
100
E2F9
#E2F9EE
Light backgroundsTable row hoverSkeleton loading
200
C9F3
#C9F3DF
Secondary backgroundsInput backgroundsDividers
300
9FEA
#9FEAC7
BordersInactive statesPlaceholder text
400
6DDF
#6DDFAA
Disabled statesSecondary iconsMuted text
500
43D6
#43D691
Primary brand colorCTAsActive elementsLinks
600
28B8
#28B875
Hover statesFocus ringsPrimary buttons hover
700
2092
#20925D
Active/pressed statesDark mode accentsSecondary text
800
1769
#176942
Text on light backgroundsHeadingsStrong borders
900
0F43
#0F432B
Primary textHigh emphasis contentDark headings
950
092A
#092A1B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F2FCF8;
  --lavender-100: #E2F9EE;
  --lavender-200: #C9F3DF;
  --lavender-300: #9FEAC7;
  --lavender-400: #6DDFAA;
  --lavender-500: #43D691;
  --lavender-600: #28B875;
  --lavender-700: #20925D;
  --lavender-800: #176942;
  --lavender-900: #0F432B;
  --lavender-950: #092A1B;
}
Generate More ShadesCreate PaletteConvert Color