Lavender

#DFFBEC

Green

Color Codes

All color formats for development

HEX
#DFFBEC
RGB
rgb(223, 251, 236)
HSL
hsl(148, 78%, 93%)
OKLCH
oklch(0.964 0.035 162.4)
CMYK
cmyk(11%, 0%, 6%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.10:1

AA AAA

On Black Background

19.15:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FD
100
#DFFB
200
#C4F8
300
#97F2
400
#60EB
500
#33E6
600
#19C8
700
#149F
800
#0E71
900
#0949
950
#062D

Shades

Darker variations

1#B5F6D3
2#8BF1BA
3#61EBA1
4#36E688
5#1AD370
6#15A95A
7#107F43
8#0A542D
9#052A16

Tints

Lighter variations

1#E2FBEE
2#E6FCF0
3#E9FCF2
4#ECFDF4
5#EFFDF6
6#F2FDF7
7#F5FEF9
8#F9FEFB
9#FCFFFD

Tones

Muted variations

1#E1FAEC
2#E2F8EC
3#E3F7ED
4#E5F6ED
5#E6F4ED
6#E8F3ED
7#E9F1ED
8#EAF0ED
9#ECEFED

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF7
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBEC
Light backgroundsTable row hoverSkeleton loading
200
C4F8
#C4F8DC
Secondary backgroundsInput backgroundsDividers
300
97F2
#97F2C1
BordersInactive statesPlaceholder text
400
60EB
#60EBA1
Disabled statesSecondary iconsMuted text
500
33E6
#33E686
Primary brand colorCTAsActive elementsLinks
600
19C8
#19C86A
Hover statesFocus ringsPrimary buttons hover
700
149F
#149F55
Active/pressed statesDark mode accentsSecondary text
800
0E71
#0E713C
Text on light backgroundsHeadingsStrong borders
900
0949
#094927
Primary textHigh emphasis contentDark headings
950
062D
#062D18
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F1FDF7;
  --lavender-100: #DFFBEC;
  --lavender-200: #C4F8DC;
  --lavender-300: #97F2C1;
  --lavender-400: #60EBA1;
  --lavender-500: #33E686;
  --lavender-600: #19C86A;
  --lavender-700: #149F55;
  --lavender-800: #0E713C;
  --lavender-900: #094927;
  --lavender-950: #062D18;
}
Generate More ShadesCreate PaletteConvert Color