Lavender

#DBFFEF

Green

Color Codes

All color formats for development

HEX
#DBFFEF
RGB
rgb(219, 255, 239)
HSL
hsl(153, 100%, 93%)
OKLCH
oklch(0.97 0.043 166.8)
CMYK
cmyk(14%, 0%, 6%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.07:1

AA AAA

On Black Background

19.56:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FF
100
#DBFF
200
#BDFF
300
#8AFF
400
#4DFF
500
#1AFF
600
#00E0
700
#00B3
800
#0080
900
#0052
950
#0033

Shades

Darker variations

1#ACFFDA
2#7CFFC4
3#4DFFAF
4#1EFF9A
5#00ED82
6#00BE68
7#008E4E
8#005F34
9#002F1A

Tints

Lighter variations

1#DFFFF1
2#E2FFF2
3#E6FFF4
4#EAFFF5
5#EDFFF7
6#F1FFF9
7#F4FFFA
8#F8FFFC
9#FBFFFD

Tones

Muted variations

1#DDFDEF
2#DFFBEF
3#E1FAEE
4#E2F8EE
5#E4F6EE
6#E6F4EE
7#E8F3EE
8#EAF1EE
9#EBEFED

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFF8
BackgroundsSubtle highlightsCard backgrounds
100
DBFF
#DBFFEF
Light backgroundsTable row hoverSkeleton loading
200
BDFF
#BDFFE1
Secondary backgroundsInput backgroundsDividers
300
8AFF
#8AFFCA
BordersInactive statesPlaceholder text
400
4DFF
#4DFFAF
Disabled statesSecondary iconsMuted text
500
1AFF
#1AFF98
Primary brand colorCTAsActive elementsLinks
600
00E0
#00E07B
Hover statesFocus ringsPrimary buttons hover
700
00B3
#00B362
Active/pressed statesDark mode accentsSecondary text
800
0080
#008046
Text on light backgroundsHeadingsStrong borders
900
0052
#00522D
Primary textHigh emphasis contentDark headings
950
0033
#00331C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F0FFF8;
  --lavender-100: #DBFFEF;
  --lavender-200: #BDFFE1;
  --lavender-300: #8AFFCA;
  --lavender-400: #4DFFAF;
  --lavender-500: #1AFF98;
  --lavender-600: #00E07B;
  --lavender-700: #00B362;
  --lavender-800: #008046;
  --lavender-900: #00522D;
  --lavender-950: #00331C;
}
Generate More ShadesCreate PaletteConvert Color