Lavender

#E2F8EB

Green

Color Codes

All color formats for development

HEX
#E2F8EB
RGB
rgb(226, 248, 235)
HSL
hsl(145, 61%, 93%)
OKLCH
oklch(0.959 0.029 159.9)
CMYK
cmyk(9%, 0%, 5%, 3%)

Accessibility

WCAG contrast compliance

On White Background

1.11:1

AA AAA

On Black Background

18.86:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3FC
100
#E2F8
200
#CAF2
300
#A1E8
400
#6FDC
500
#46D2
600
#2CB5
700
#2390
800
#1967
900
#1042
950
#0A29

Shades

Darker variations

1#BCEFD1
2#96E6B7
3#70DC9D
4#4AD383
5#2EBF6B
6#259955
7#1C7340
8#124C2B
9#092615

Tints

Lighter variations

1#E5F9ED
2#E8F9EF
3#EBFAF1
4#EEFBF3
5#F1FCF5
6#F4FCF7
7#F6FDF9
8#F9FEFB
9#FCFEFD

Tones

Muted variations

1#E3F7EC
2#E4F6EC
3#E6F5EC
4#E7F4EC
5#E8F3EC
6#E9F2EC
7#EAF0ED
8#EBEFED
9#ECEEED

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FC
#F3FCF7
BackgroundsSubtle highlightsCard backgrounds
100
E2F8
#E2F8EB
Light backgroundsTable row hoverSkeleton loading
200
CAF2
#CAF2DA
Secondary backgroundsInput backgroundsDividers
300
A1E8
#A1E8BE
BordersInactive statesPlaceholder text
400
6FDC
#6FDC9D
Disabled statesSecondary iconsMuted text
500
46D2
#46D281
Primary brand colorCTAsActive elementsLinks
600
2CB5
#2CB565
Hover statesFocus ringsPrimary buttons hover
700
2390
#239050
Active/pressed statesDark mode accentsSecondary text
800
1967
#196739
Text on light backgroundsHeadingsStrong borders
900
1042
#104225
Primary textHigh emphasis contentDark headings
950
0A29
#0A2917
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F3FCF7;
  --lavender-100: #E2F8EB;
  --lavender-200: #CAF2DA;
  --lavender-300: #A1E8BE;
  --lavender-400: #6FDC9D;
  --lavender-500: #46D281;
  --lavender-600: #2CB565;
  --lavender-700: #239050;
  --lavender-800: #196739;
  --lavender-900: #104225;
  --lavender-950: #0A2917;
}
Generate More ShadesCreate PaletteConvert Color