Lavender

#DEFCF1

Green

Color Codes

All color formats for development

HEX
#DEFCF1
RGB
rgb(222, 252, 241)
HSL
hsl(158, 83%, 93%)
OKLCH
oklch(0.966 0.034 171.5)
CMYK
cmyk(12%, 0%, 4%, 1%)

Accessibility

WCAG contrast compliance

On White Background

1.09:1

AA AAA

On Black Background

19.30:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FE
100
#DEFC
200
#C2F9
300
#94F5
400
#5CF0
500
#2DEB
600
#13CD
700
#0FA3
800
#0B75
900
#074B
950
#042F

Shades

Darker variations

1#B3F8DF
2#88F4CC
3#5CF0BA
4#31ECA7
5#14D991
6#10AE74
7#0C8257
8#08573A
9#042B1D

Tints

Lighter variations

1#E2FCF2
2#E5FDF4
3#E8FDF5
4#EBFDF7
5#EFFDF8
6#F2FEF9
7#F5FEFB
8#F8FEFC
9#FCFFFE

Tones

Muted variations

1#E0FAF1
2#E1F9F0
3#E3F8F0
4#E4F6F0
5#E6F5EF
6#E7F3EF
7#E9F2EE
8#EAF0EE
9#ECEFEE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEF9
BackgroundsSubtle highlightsCard backgrounds
100
DEFC
#DEFCF1
Light backgroundsTable row hoverSkeleton loading
200
C2F9
#C2F9E5
Secondary backgroundsInput backgroundsDividers
300
94F5
#94F5D1
BordersInactive statesPlaceholder text
400
5CF0
#5CF0BA
Disabled statesSecondary iconsMuted text
500
2DEB
#2DEBA6
Primary brand colorCTAsActive elementsLinks
600
13CD
#13CD89
Hover statesFocus ringsPrimary buttons hover
700
0FA3
#0FA36D
Active/pressed statesDark mode accentsSecondary text
800
0B75
#0B754E
Text on light backgroundsHeadingsStrong borders
900
074B
#074B32
Primary textHigh emphasis contentDark headings
950
042F
#042F1F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F1FEF9;
  --lavender-100: #DEFCF1;
  --lavender-200: #C2F9E5;
  --lavender-300: #94F5D1;
  --lavender-400: #5CF0BA;
  --lavender-500: #2DEBA6;
  --lavender-600: #13CD89;
  --lavender-700: #0FA36D;
  --lavender-800: #0B754E;
  --lavender-900: #074B32;
  --lavender-950: #042F1F;
}
Generate More ShadesCreate PaletteConvert Color