Lavender

#C7F4E7

Green

Color Codes

All color formats for development

HEX
#C7F4E7
RGB
rgb(199, 244, 231)
HSL
hsl(163, 67%, 87%)
OKLCH
oklch(0.932 0.049 175.7)
CMYK
cmyk(18%, 0%, 5%, 4%)

Accessibility

WCAG contrast compliance

On White Background

1.20:1

AA AAA

On Black Background

17.52:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FC
100
#E1F9
200
#C8F4
300
#9DEC
400
#6AE2
500
#3FD9
600
#25BB
700
#1D95
800
#156A
900
#0D44
950
#082B

Shades

Darker variations

1#A3EDD8
2#7EE5C8
3#58DEB8
4#33D7A8
5#25B98F
6#1D9473
7#166F56
8#0F4A39
9#07251D

Tints

Lighter variations

1#CDF5EA
2#D3F6EC
3#D8F7EF
4#DEF8F1
5#E3FAF3
6#E9FBF6
7#EEFCF8
8#F4FDFA
9#F9FEFD

Tones

Muted variations

1#CAF2E7
2#CCF0E6
3#CEEDE5
4#D1EBE4
5#D3E9E3
6#D5E7E2
7#D7E5E1
8#D9E2E0
9#DCE0DF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FC
#F2FCFA
BackgroundsSubtle highlightsCard backgrounds
100
E1F9
#E1F9F2
Light backgroundsTable row hoverSkeleton loading
200
C8F4
#C8F4E7
Secondary backgroundsInput backgroundsDividers
300
9DEC
#9DECD5
BordersInactive statesPlaceholder text
400
6AE2
#6AE2C0
Disabled statesSecondary iconsMuted text
500
3FD9
#3FD9AE
Primary brand colorCTAsActive elementsLinks
600
25BB
#25BB91
Hover statesFocus ringsPrimary buttons hover
700
1D95
#1D9573
Active/pressed statesDark mode accentsSecondary text
800
156A
#156A52
Text on light backgroundsHeadingsStrong borders
900
0D44
#0D4435
Primary textHigh emphasis contentDark headings
950
082B
#082B21
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F2FCFA;
  --lavender-100: #E1F9F2;
  --lavender-200: #C8F4E7;
  --lavender-300: #9DECD5;
  --lavender-400: #6AE2C0;
  --lavender-500: #3FD9AE;
  --lavender-600: #25BB91;
  --lavender-700: #1D9573;
  --lavender-800: #156A52;
  --lavender-900: #0D4435;
  --lavender-950: #082B21;
}
Generate More ShadesCreate PaletteConvert Color