Lavender

#C8F3E6

Green

Color Codes

All color formats for development

HEX
#C8F3E6
RGB
rgb(200, 243, 230)
HSL
hsl(162, 64%, 87%)
OKLCH
oklch(0.93 0.048 174.9)
CMYK
cmyk(18%, 0%, 5%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.21:1

AA AAA

On Black Background

17.42: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#A4EBD6
2#80E3C5
3#5BDBB5
4#37D3A4
5#28B68B
6#20926F
7#186D54
8#104938
9#08241C

Tints

Lighter variations

1#CEF4E9
2#D4F5EB
3#D9F7EE
4#DEF8F0
5#E4F9F3
6#E9FAF5
7#EFFBF8
8#F4FDFA
9#FAFEFD

Tones

Muted variations

1#CBF1E5
2#CDEFE5
3#CFEDE4
4#D1EBE3
5#D3E8E2
6#D5E6E1
7#D7E4E0
8#DAE2E0
9#DCE0DF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FC
#F2FCF9
BackgroundsSubtle highlightsCard backgrounds
100
E2F9
#E2F9F2
Light backgroundsTable row hoverSkeleton loading
200
C9F3
#C9F3E6
Secondary backgroundsInput backgroundsDividers
300
9FEA
#9FEAD3
BordersInactive statesPlaceholder text
400
6DDF
#6DDFBD
Disabled statesSecondary iconsMuted text
500
43D6
#43D6AA
Primary brand colorCTAsActive elementsLinks
600
28B8
#28B88D
Hover statesFocus ringsPrimary buttons hover
700
2092
#209270
Active/pressed statesDark mode accentsSecondary text
800
1769
#176950
Text on light backgroundsHeadingsStrong borders
900
0F43
#0F4333
Primary textHigh emphasis contentDark headings
950
092A
#092A20
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F2FCF9;
  --lavender-100: #E2F9F2;
  --lavender-200: #C9F3E6;
  --lavender-300: #9FEAD3;
  --lavender-400: #6DDFBD;
  --lavender-500: #43D6AA;
  --lavender-600: #28B88D;
  --lavender-700: #209270;
  --lavender-800: #176950;
  --lavender-900: #0F4333;
  --lavender-950: #092A20;
}
Generate More ShadesCreate PaletteConvert Color